1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00

Added wget & curl, just in case

Some users have reported that wget and curl are sometimes not installed (weird)
This commit is contained in:
Chase Wright 2017-01-02 11:05:13 -06:00 committed by GitHub
parent 68412434fc
commit b00d8826a0

View File

@ -9,7 +9,7 @@ debconf-set-selections <<< "mysql-server mysql-server/root_password_again passwo
read -s -p "Enter the password that will be used for the Guacamole database: " guacdbuserpassword read -s -p "Enter the password that will be used for the Guacamole database: " guacdbuserpassword
# Install Features # Install Features
apt-get -y install libcairo2-dev libjpeg-turbo8-dev libpng12-dev libossp-uuid-dev libavcodec-dev libavutil-dev libswscale-dev libfreerdp-dev libpango1.0-dev libssh2-1-dev libtelnet-dev libvncserver-dev libpulse-dev libssl-dev libvorbis-dev libwebp-dev mysql-server mysql-client mysql-common mysql-utilities tomcat8 freerdp ghostscript jq apt-get -y install libcairo2-dev libjpeg-turbo8-dev libpng12-dev libossp-uuid-dev libavcodec-dev libavutil-dev libswscale-dev libfreerdp-dev libpango1.0-dev libssh2-1-dev libtelnet-dev libvncserver-dev libpulse-dev libssl-dev libvorbis-dev libwebp-dev mysql-server mysql-client mysql-common mysql-utilities tomcat8 freerdp ghostscript jq wget curl
# Add GUACAMOLE_HOME to Tomcat8 ENV # Add GUACAMOLE_HOME to Tomcat8 ENV
echo "" >> /etc/default/tomcat8 echo "" >> /etc/default/tomcat8