aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc.slack-autoupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc.slack-autoupdate b/src/rc.slack-autoupdate
index ba5f847..cb82f09 100644
--- a/src/rc.slack-autoupdate
+++ b/src/rc.slack-autoupdate
@@ -26,7 +26,7 @@ fi
OLD_KERNEL="$(md5sum /boot/vmlinuz | cut -f1 -d' ')"
for PKG in $UPDATES; do
- upgradepkg --install-new "$PKG"
+ upgradepkg --install-new --terse "$PKG"
done
NEW_KERNEL="$(md5sum /boot/vmlinuz | cut -f1 -d' ')"