MysticRyuujin / guac-install

Script for installing Guacamole on Ubuntu
976 stars 270 forks source link

scripts need to change for guacamole-1.5.0 version support #243

Open nagarjunakalukuri opened 1 year ago

nagarjunakalukuri commented 1 year ago

guacamole team released 1.5.0 version.

phatdo1819 commented 1 year ago

Hi, I think it is very easy, I tested on my Ubuntu 20.04 server (Apache Guacamole 1.4.0) and it work! Download the upgrade.sh script from here - https://github.com/MysticRyuujin/guac-install/blob/main/guac-upgrade.sh Change this line from 1.4.0 to 1.5.0 with your editor and save it. GUACVERSION="1.4.0" Make it as executable and then execute the script as root and let the script do the update. chmod a+x upgrade.sh That's it. Note: Make sure you have backup before proceed it. Good luck!