mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-14 22:47:14 +01:00
add libc-bin - might fix #171
This commit is contained in:
parent
2dac1f3b7d
commit
996ec35e17
@ -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
|
||||
|
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user