mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 01:36:43 +01:00 
			
		
		
		
	add libc-bin - might fix #171
This commit is contained in:
		| @@ -37,7 +37,7 @@ apt-get -qq update | |||||||
| export DEBIAN_FRONTEND=noninteractive | export DEBIAN_FRONTEND=noninteractive | ||||||
| apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-dev libavformat-dev libavutil-dev \ | 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 \ | 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 apt fails to run completely the rest of this isn't going to work... | ||||||
| if [ $? != 0 ]; then | if [ $? != 0 ]; then | ||||||
|   | |||||||
| @@ -304,7 +304,7 @@ export DEBIAN_FRONTEND=noninteractive | |||||||
| # Required packages | # Required packages | ||||||
| apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-dev libavformat-dev libavutil-dev \ | 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 \ | 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} | ${MYSQL} ${LIBJAVA} ${TOMCAT} &>> ${LOG} | ||||||
|  |  | ||||||
| # If apt fails to run completely the rest of this isn't going to work... | # If apt fails to run completely the rest of this isn't going to work... | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user