mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-22 17:37:13 +01:00
parent
baac552de0
commit
8260cdda51
@ -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
|
||||
|
@ -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...
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user