1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-12-28 07:55:25 +01:00

Updated to version 1.5.1. (#251)

This commit is contained in:
SoulSeekkor
2023-06-11 20:12:23 -05:00
committed by GitHub
parent 575497d0b2
commit 1e15f0a172
5 changed files with 6 additions and 6 deletions

View File

@@ -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.4.0"
GUACVERSION="1.5.1"
# Different version of Ubuntu/Linux Mint and Debian have different package names...
source /etc/os-release