From 6cb350b102e574f6c685145c20feab6732ecd7ac Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Tue, 1 Aug 2017 08:12:56 -0500 Subject: [PATCH] 0.9.13 update (#10) * Update guac-install-server.sh * Update guac-upgrade.sh * Update guac-install.sh * Update docker-install.sh --- docker-install.sh | 2 +- guac-install-server.sh | 2 +- guac-install.sh | 2 +- guac-upgrade.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-install.sh b/docker-install.sh index 2d7d822..a7ae595 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -1,7 +1,7 @@ #!/bin/bash # WORKING ON UBUNTU 16.04 LTS -VERSION="0.9.12" +VERSION="0.9.13" read -s -p "Enter the password that will be used for MySQL Root: " MYSQLROOTPASSWORD read -s -p "Enter the password that will be used for the Guacamole database: " GUACDBUSERPASSWORD diff --git a/guac-install-server.sh b/guac-install-server.sh index 1a4556d..c41b183 100644 --- a/guac-install-server.sh +++ b/guac-install-server.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.9.12" +VERSION="0.9.13" # Ubuntu and Debian have different names of the libjpeg-turbo library for some reason... if [ `egrep -c "ID=ubuntu" /etc/os-release` -gt 0 ] diff --git a/guac-install.sh b/guac-install.sh index a6cbe03..89e5f9b 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Version Numbers of Guacamole and MySQL Connection/J to download -VERSION="0.9.12" +VERSION="0.9.13" MCJVERSION="5.1.43" # Grab a password for MySQL Root diff --git a/guac-upgrade.sh b/guac-upgrade.sh index 621f0a3..0bc1453 100644 --- a/guac-upgrade.sh +++ b/guac-upgrade.sh @@ -1,5 +1,5 @@ # Version Numbers of Guacamole and MySQL Connection/J to download -VERSION="0.9.12" +VERSION="0.9.13" MCJVERSION = "5.1.43" SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')