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

version update

This commit is contained in:
Tyron 2017-04-05 12:33:49 -04:00 committed by GitHub
parent 41b7ec2c38
commit c0956cca6e

View File

@ -1,7 +1,7 @@
#!/bin/bash
# WORKING ON UBUNTU 16.04 LTS
VERSION="0.9.11"
VERSION="0.9.12"
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')
read -s -p "Enter the password that will be used for MySQL Root: " MYSQLROOTPASSWORD