From 884e5f31363ef5fd7f450d69cf9a37016940ad35 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Fri, 1 Dec 2017 11:31:45 -0600 Subject: [PATCH] Remove curl and jq curl and jq are no longer required for the script to function correctly, I don't want to force installation of something not required :) --- guac-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install.sh b/guac-install.sh index 7c8f2d7..5af1032 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -66,7 +66,7 @@ fi # Install features apt -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-server mysql-client mysql-common mysql-utilities ${TOMCAT} freerdp ghostscript jq wget curl dpkg-dev +libvorbis-dev libwebp-dev mysql-server mysql-client mysql-common mysql-utilities ${TOMCAT} freerdp ghostscript wget dpkg-dev # If apt fails to run completely the rest of this isn't going to work... if [ $? != 0 ]; then