You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar -xf guacamole-server-1.5.0.tar.gz &&cd guacamole-server-1.5.0 ||echo"[-] Unable to find the Guacamole folder."
569
569
echo"[$(date +%H:%M:%S)]: Configuring Guacamole and running 'make' and 'make install'..."
570
570
./configure --with-init-dir=/etc/init.d && make --quiet &>/dev/null && make --quiet install &>/dev/null ||echo"[-] An error occurred while installing Guacamole."
571
571
ldconfig
572
572
cd /var/lib/tomcat9/webapps ||echo"[-] Unable to find the tomcat9/webapps folder."
0 commit comments