mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2025-07-06 17:53:33 +02:00
silent install and cosmetic change (#15)
* add -qq for silent install * add -qq for silent install * newline after passwort question * add newline after password question also add -qq -y on apt install * Update guac-install.sh
This commit is contained in:
committed by
Chase Wright
parent
948c43c9c3
commit
2161ea5ab6
@ -12,7 +12,7 @@ fi
|
||||
|
||||
# Install Server Features
|
||||
apt-get update
|
||||
apt-get -y install build-essential libcairo2-dev $JPEGTURBO libpng12-dev libossp-uuid-dev libavcodec-dev libavutil-dev \
|
||||
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 jq curl wget
|
||||
|
||||
|
Reference in New Issue
Block a user