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

update to newest version

update to version 0.9.12
This commit is contained in:
Tyron 2017-04-05 12:13:10 -04:00 committed by GitHub
parent e151983a73
commit 34c49cecce

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="0.9.11"
VERSION="0.9.12"
# Grab a password for MySQL Root
read -s -p "Enter the password that will be used for MySQL Root: " mysqlrootpassword