From 59780bbbb57b43887da662e65a3e72ccce0504d5 Mon Sep 17 00:00:00 2001 From: SoulSeekkor Date: Thu, 6 Feb 2020 19:26:08 -0600 Subject: [PATCH] Added missing package for guac-install-server.sh. --- guac-install-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install-server.sh b/guac-install-server.sh index 3ddbf34..7333fa6 100644 --- a/guac-install-server.sh +++ b/guac-install-server.sh @@ -32,7 +32,7 @@ fi apt update apt -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-dev libavutil-dev \ libswscale-dev freerdp2-dev libpango1.0-dev libssh2-1-dev libtelnet-dev libvncserver-dev libpulse-dev libssl-dev \ -libvorbis-dev libwebp-dev jq curl wget libtool-bin +libvorbis-dev libwebp-dev jq curl wget libtool-bin libwebsockets-dev # If apt fails to run completely the rest of this isn't going to work... if [ $? != 0 ]