mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 10:56:39 +01:00 
			
		
		
		
	Included apt-get update and build-essentials
This commit is contained in:
		| @@ -11,7 +11,8 @@ 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 \ | apt-get update | ||||||
|  | apt-get -y install build-essential 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 \ | 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 | libvorbis-dev libwebp-dev mysql-server mysql-client mysql-common mysql-utilities tomcat8 freerdp ghostscript jq wget curl | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user