mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2025-07-06 16:13:34 +02:00
Updated script version from 0.9.14 to 1.0.0 (#60)
* Update guac-upgrade.sh Adjusted version from 0.9.14 to 1.0.0 * Update guac-install.sh Updated version from 0.9.14 to 1.0.0 and commented out patching that is specific to 0.9.14 * Update README.md Adjusted version from 0.9.14 to 1.0.0 * Update guac-install-server.sh Adjusted version from 0.9.14 to 1.0.0 * Update docker-install.sh Adjusted the version from 0.9.14 to 1.0.0
This commit is contained in:
committed by
Chase Wright
parent
06e734b9c1
commit
21b84b1cb1
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Version number of Guacamole to install
|
||||
GUACVERSION="0.9.14"
|
||||
GUACVERSION="1.0.0"
|
||||
|
||||
# Get script arguments for non-interactive mode
|
||||
while [ "$1" != "" ]; do
|
||||
|
Reference in New Issue
Block a user