Commit 1db0dd30 authored by Joshua Tauberer's avatar Joshua Tauberer

system.sh: make apt-get upgrade quieter

parent fbd7d731
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment