summaryrefslogtreecommitdiff
path: root/lib/util.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.sh')
-rw-r--r--lib/util.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.sh b/lib/util.sh
index cfbcb25..62076a9 100644
--- a/lib/util.sh
+++ b/lib/util.sh
@@ -47,7 +47,7 @@ checkdep()
if which apt-get > /dev/null 2>&1 && \
which sudo > /dev/null 2>&1; then
echo ", installing $package:"
- sudo apt-get install -y "$package"
+ sudo apt-get -qq install "$package"
else
echo ", please install"
exit 1