Skip to content

Commit 9819fb0

Browse files
authored
Merge pull request #7 from xx4h/main-bump-guacamole-version
Bump guacamole version
2 parents 8d0f5f8 + 4f1495b commit 9819fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Vagrant/logger_bootstrap.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -564,13 +564,13 @@ install_guacamole() {
564564
echo "[$(date +%H:%M:%S)]: Setting up Guacamole..."
565565
cd /opt || exit 1
566566
echo "[$(date +%H:%M:%S)]: Downloading Guacamole..."
567-
wget --progress=bar:force "https://apache.org/dyn/closer.lua/guacamole/1.3.0/source/guacamole-server-1.3.0.tar.gz?action=download" -O guacamole-server-1.3.0.tar.gz
568-
tar -xf guacamole-server-1.3.0.tar.gz && cd guacamole-server-1.3.0 || echo "[-] Unable to find the Guacamole folder."
567+
wget --progress=bar:force "https://apache.org/dyn/closer.lua/guacamole/1.5.0/source/guacamole-server-1.5.0.tar.gz?action=download" -O guacamole-server-1.5.0.tar.gz
568+
tar -xf guacamole-server-1.5.0.tar.gz && cd guacamole-server-1.5.0 || echo "[-] Unable to find the Guacamole folder."
569569
echo "[$(date +%H:%M:%S)]: Configuring Guacamole and running 'make' and 'make install'..."
570570
./configure --with-init-dir=/etc/init.d && make --quiet &>/dev/null && make --quiet install &>/dev/null || echo "[-] An error occurred while installing Guacamole."
571571
ldconfig
572572
cd /var/lib/tomcat9/webapps || echo "[-] Unable to find the tomcat9/webapps folder."
573-
wget --progress=bar:force "https://apache.org/dyn/closer.lua/guacamole/1.3.0/binary/guacamole-1.3.0.war?action=download" -O guacamole.war
573+
wget --progress=bar:force "https://apache.org/dyn/closer.lua/guacamole/1.5.0/binary/guacamole-1.5.0.war?action=download" -O guacamole.war
574574
mkdir /etc/guacamole
575575
mkdir /etc/guacamole/shares
576576
sudo chmod 777 /etc/guacamole/shares

0 commit comments

Comments
 (0)