mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-22 17:37:13 +01:00
Undoing libjpeg62-dev
I forgot that this was already a requirement and that I bypassed it with libjpeg-turbo8-dev
This commit is contained in:
parent
3ac4083c23
commit
bf0c034108
@ -14,7 +14,7 @@ read -s -p "Enter the password that will be used for the Guacamole database: " g
|
||||
|
||||
# Install Features
|
||||
apt-get update
|
||||
apt-get -y install build-essential libcairo2-dev libjpeg-turbo8-dev libjpeg62-dev libpng12-dev libossp-uuid-dev libavcodec-dev libavutil-dev \
|
||||
apt-get -y install build-essential libcairo2-dev libjpeg-turbo8-dev 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 tomcat8 freerdp ghostscript jq wget curl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user