mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-22 17:37:13 +01:00
parent
4e1cbc86bb
commit
423625f718
@ -125,6 +125,15 @@ fi
|
|||||||
# Upgrade Guacamole Server
|
# Upgrade Guacamole Server
|
||||||
cd guacamole-server-${GUACVERSION}
|
cd guacamole-server-${GUACVERSION}
|
||||||
./configure --with-init-dir=/etc/init.d
|
./configure --with-init-dir=/etc/init.d
|
||||||
|
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
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "Failed to configure guacamole-server - again"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
fi
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user