1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-07-11 10:13:33 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
8dc1cce78b Tomcat Variable (#13)
* Tomcat Variable

I don't know a good way to know which tomcat version is already running, and of course someone could theoretically run more than one...so the upgrade script is just a variable but the install script will check apt-cache and try to install tomcat8, then tomcat7, then tomcat6...

* Optional commented line

Added a commented out line in case someone wants to force an older/specific tomcat install
2017-08-02 06:24:36 -05:00
249da0ba33 add architecture check for freerdp (#12)
* add shebang-row

* use FreeRDP depending on current architecture

* add architecture check
2017-08-02 05:27:53 -05:00
a153623ce8 Fixed MCJVERSION
Stupid spaces
2017-08-01 08:15:07 -05:00
6cb350b102 0.9.13 update (#10)
* Update guac-install-server.sh

* Update guac-upgrade.sh

* Update guac-install.sh

* Update docker-install.sh
2017-08-01 08:12:56 -05:00
911a18ab0c Add files via upload 2017-07-21 17:49:40 -05:00
34c8f44543 automated schema upgrade check
If the schema upgrade needs to happen then the file name would exist with the current version's name so it's easy enough to check for and run if necessary.
2017-07-17 18:05:08 -05:00
8e8b6056dc There is no schema upgrade from 0.9.11 to 0.9.12 2017-04-12 16:03:13 -05:00
5e64ba90c9 version update 2017-04-05 12:34:59 -04:00
c4ebfaac2c Fixed a static version number 2017-03-30 21:10:52 -05:00
e8571f50b7 Variable separation
Made variables into ${} for clearer separation
2017-03-12 13:34:07 -05:00
d2696b552a Update guac-upgrade.sh
Fixed spaces on VERSION line
Appended '|rtrimstr("/")' to '.preferred' to remove trailing "/"
2017-03-10 11:13:26 -10:00
c1ad43febc Initial Script for Guacamole Upgrade 2017-02-03 21:19:36 -06:00