1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2024-11-14 22:47:14 +01:00

Fixed a static version number

This commit is contained in:
Chase Wright 2017-03-30 21:10:52 -05:00 committed by GitHub
parent d93f1ea7ec
commit c4ebfaac2c

View File

@ -17,7 +17,7 @@ cd ..
# Download and replace Guacamole Client
wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/binary/guacamole-${VERSION}-incubating.war
mv guacamole-0.9.11-incubating.war /etc/guacamole/guacamole.war
mv guacamole-${VERSION}-incubating.war /etc/guacamole/guacamole.war
# Download and upgrade SQL components
wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/binary/guacamole-auth-jdbc-${VERSION}-incubating.tar.gz