Add apt update and send install to /dev/null
Signed-off-by: Alban Vidal <alban.vidal@zordhak.fr>
This commit is contained in:
parent
b72e6c70e9
commit
2b08af013c
@ -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
|
||||
|
||||
################################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user