1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-07-06 16:13:34 +02:00

Updated to version 1.2.0 and added missing libavformat-dev package. (#145)

This commit is contained in:
SoulSeekkor
2020-07-03 20:24:18 -05:00
committed by GitHub
parent e2cc87dbe3
commit 6254bbb017
5 changed files with 10 additions and 12 deletions

View File

@ -4,7 +4,7 @@
if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi
# Version number of Guacamole to install
GUACVERSION="1.1.0"
GUACVERSION="1.2.0"
# Different version of Ubuntu and Debian have different package names...
source /etc/os-release
@ -35,7 +35,7 @@ fi
# Install Server Features
apt-get -qq update
export DEBIAN_FRONTEND=noninteractive
apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-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 \
libvorbis-dev libwebp-dev libwebsockets-dev wget libtool-bin