1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

system.sh: make apt-get upgrade quieter

This commit is contained in:
Joshua Tauberer 2014-05-06 09:57:11 -04:00
parent fbd7d731e8
commit 1db0dd3092

View File

@ -2,8 +2,8 @@ source scripts/functions.sh # load our functions
# Base system configuration.
apt-get -q -q update
apt-get -q -y upgrade
apt-get -qq update
apt-get -qq -y upgrade
# Install openssh-server to ensure that the end result is consistent across all Mail-in-a-Boxes.
apt_install openssh-server