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