mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2025-07-06 18:33:33 +02:00
Updated scripts for Guacamole version 1.3.0. (#162)
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi
|
||||
|
||||
# Version number of Guacamole to install
|
||||
GUACVERSION="1.2.0"
|
||||
GUACVERSION="1.3.0"
|
||||
|
||||
# Different version of Ubuntu/Linux Mint and Debian have different package names...
|
||||
source /etc/os-release
|
||||
|
Reference in New Issue
Block a user