Add apt update and send install to /dev/null

Signed-off-by: Alban Vidal <alban.vidal@zordhak.fr>
This commit is contained in:
Alban Vidal 2018-05-25 09:57:11 +00:00
parent b72e6c70e9
commit 2b08af013c

View File

@ -101,6 +101,9 @@ fi
################################################################################
# Update packages list
apt-get update --quiet=2
# Install the packages
apt-get -y install \
git \
@ -108,7 +111,7 @@ apt-get -y install \
bash-completion \
unattended-upgrades \
apt-listchanges \
logrotate
logrotate > /dev/null
################################################################################