1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02: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