Make package update less noisy

This commit is contained in:
2020-04-29 13:58:15 -04:00
parent 0a3a70386a
commit 1b48fee531

View File

@@ -626,7 +626,7 @@ EOF'
fi
# Update package list
if ! _pkg_update; then
if ! _pkg_update > /dev/null 2>&1; then
err "Package update failed!"
exit 1
fi