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
|
# Install the packages
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
git \
|
git \
|
||||||
@ -108,7 +111,7 @@ apt-get -y install \
|
|||||||
bash-completion \
|
bash-completion \
|
||||||
unattended-upgrades \
|
unattended-upgrades \
|
||||||
apt-listchanges \
|
apt-listchanges \
|
||||||
logrotate
|
logrotate > /dev/null
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user