mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-15 06:57:14 +01:00
Added dpkg-dev to the apt list and re-ordered
This commit is contained in:
parent
7eb98dd683
commit
6f86913589
@ -37,13 +37,10 @@ else
|
||||
JPEGTURBO="libjpeg62-turbo-dev"
|
||||
fi
|
||||
|
||||
# Get build-folder
|
||||
BUILD_FOLDER=$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
# Install Features
|
||||
apt-get -qq -y install build-essential libcairo2-dev ${JPEGTURBO} libpng12-dev 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
|
||||
libvorbis-dev libwebp-dev mysql-server mysql-client mysql-common mysql-utilities ${TOMCAT} freerdp ghostscript jq wget curl dpkg-dev
|
||||
|
||||
# If Apt-Get fails to run completely the rest of this isn't going to work...
|
||||
if [ $? != 0 ]; then
|
||||
@ -51,6 +48,9 @@ if [ $? != 0 ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
# Get build-folder
|
||||
BUILD_FOLDER=$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')
|
||||
|
||||
# Add GUACAMOLE_HOME to $TOMCAT ENV
|
||||
|
Loading…
Reference in New Issue
Block a user