From 092aeb35670568c2366e14dd58367e1dd6b0959c Mon Sep 17 00:00:00 2001 From: 2W Consultoria Date: Tue, 2 Jul 2019 11:27:59 -0300 Subject: [PATCH] Update guac-install.sh (#86) Prevent a interactive front end to ask if the services are restarted automatically. --- guac-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guac-install.sh b/guac-install.sh index f5f7c60..6651787 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -139,6 +139,8 @@ fi # Install features echo -e "${BLUE}Installing dependencies. This might take a few minutes...${NC}" +export DEBIAN_FRONTEND=noninteractive + apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} 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} libmysql-java ${TOMCAT} freerdp-x11 \