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

Update README.md

This commit is contained in:
Chase Wright 2017-03-12 13:42:53 -05:00 committed by GitHub
parent dbfed5a6c0
commit 4e0582180a

View File

@ -5,13 +5,17 @@ Run script, enter MySQL Root Password and Guacample User password. Guacamole Use
How to Run
Download file directly from here:
wget https://raw.githubusercontent.com/MysticRyuujin/guac-install/master/guac-install.sh
<code>wget https://raw.githubusercontent.com/MysticRyuujin/guac-install/master/guac-install.sh</code>
Make it executable:
chmod +x guac-install.sh
<code>chmod +x guac-install.sh</code>
Convert it to Linux format (may need to install dos2unix via apt-get):
dos2unix guac-install.sh
<code>dos2unix guac-install.sh</code>
Run it as root:
./guac-install.sh
<code>./guac-install.sh</code>