diff --git a/docker-install.sh b/docker-install.sh index 22e9a61..13e9841 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Version numbers of Guacamole and MySQL Connector/J to download +# Version number of Guacamole to install GUACVERSION="0.9.14" # Get script arguments for non-interactive mode diff --git a/guac-install-server.sh b/guac-install-server.sh index 95a1347..7933f4c 100644 --- a/guac-install-server.sh +++ b/guac-install-server.sh @@ -1,5 +1,6 @@ #!/bin/bash +# Version number of Guacamole to install GUACVERSION="0.9.14" # Ubuntu and Debian have different names of the libjpeg-turbo library for some reason... diff --git a/guac-install.sh b/guac-install.sh index a73bf52..7c422e8 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Version numbers of Guacamole and MySQL Connector/J to download +# Version number of Guacamole to install GUACVERSION="0.9.14" # Update apt so we can search apt-cache for newest tomcat version supported diff --git a/guac-upgrade.sh b/guac-upgrade.sh index 5faac89..55d3775 100644 --- a/guac-upgrade.sh +++ b/guac-upgrade.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Version Numbers of Guacamole to download +# Version number of Guacamole to install GUACVERSION="0.9.14" # Try to get database from /etc/guacamole/guacamole.properties