mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-14 22:47:14 +01:00
Compare commits
3 Commits
b60850d1b2
...
4e88c3731e
Author | SHA1 | Date | |
---|---|---|---|
|
4e88c3731e | ||
|
0ba76b783b | ||
|
9a9402df00 |
@ -64,7 +64,7 @@ mkdir -p /etc/guacamole
|
||||
|
||||
# Install guacd (Guacamole-server)
|
||||
cd guacamole-server-${GUACVERSION}
|
||||
./configure --with-init-dir=/etc/init.d
|
||||
./configure --with-systemd-dir=/etc/systemd/system
|
||||
make
|
||||
make install
|
||||
|
||||
|
@ -410,11 +410,11 @@ cd guacamole-server-${GUACVERSION}/
|
||||
echo -e "${BLUE}Building Guacamole-Server with GCC $( gcc --version | head -n1 | grep -oP '\)\K.*' | awk '{print $1}' ) ${NC}"
|
||||
|
||||
echo -e "${BLUE}Configuring Guacamole-Server. This might take a minute...${NC}"
|
||||
./configure --with-init-dir=/etc/init.d &>> ${LOG}
|
||||
./configure --with-systemd-dir=/etc/systemd/system &>> ${LOG}
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to configure guacamole-server"
|
||||
echo "Trying again with --enable-allow-freerdp-snapshots"
|
||||
./configure --with-init-dir=/etc/init.d --enable-allow-freerdp-snapshots
|
||||
./configure --with-systemd-dir=/etc/systemd/system --enable-allow-freerdp-snapshots
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to configure guacamole-server - again"
|
||||
exit
|
||||
|
@ -124,11 +124,11 @@ fi
|
||||
|
||||
# Upgrade Guacamole Server
|
||||
cd guacamole-server-${GUACVERSION}
|
||||
./configure --with-init-dir=/etc/init.d
|
||||
./configure --with-systemd-dir=/etc/systemd/system
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to configure guacamole-server"
|
||||
echo "Trying again with --enable-allow-freerdp-snapshots"
|
||||
./configure --with-init-dir=/etc/init.d --enable-allow-freerdp-snapshots
|
||||
./configure --with-systemd-dir=/etc/systemd/system --enable-allow-freerdp-snapshots
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to configure guacamole-server - again"
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user