From 996ec35e1758c00c17a173c453b832405d18cfe9 Mon Sep 17 00:00:00 2001 From: MysticRyuujin Date: Tue, 9 Mar 2021 12:11:16 -0600 Subject: [PATCH] add libc-bin - might fix #171 --- guac-install-server.sh | 2 +- guac-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guac-install-server.sh b/guac-install-server.sh index 116588b..868f31b 100755 --- a/guac-install-server.sh +++ b/guac-install-server.sh @@ -37,7 +37,7 @@ apt-get -qq update export DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-dev libavformat-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 libwebsockets-dev wget libtool-bin +libvorbis-dev libwebp-dev libwebsockets-dev wget libtool-bin libc-bin # If apt fails to run completely the rest of this isn't going to work... if [ $? != 0 ]; then diff --git a/guac-install.sh b/guac-install.sh index 0206da0..a47a43f 100755 --- a/guac-install.sh +++ b/guac-install.sh @@ -304,7 +304,7 @@ export DEBIAN_FRONTEND=noninteractive # Required packages apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-dev libavformat-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 libwebsockets-dev freerdp2-x11 libtool-bin ghostscript dpkg-dev wget crudini \ +libvorbis-dev libwebp-dev libwebsockets-dev freerdp2-x11 libtool-bin ghostscript dpkg-dev wget crudini libc-bin \ ${MYSQL} ${LIBJAVA} ${TOMCAT} &>> ${LOG} # If apt fails to run completely the rest of this isn't going to work...