From e5c740dfcddd4f44237db05c61d6dc6d4ca63b25 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 17 Jan 2025 12:21:56 +0000 Subject: [PATCH] chore: silence some logging --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index cc7b45e..ec2c393 100755 --- a/update.sh +++ b/update.sh @@ -192,7 +192,7 @@ fi ensure_installed() { if ! dpkg --verify "$1" 2>/dev/null; then # Future: batch the installs, if there are multiple - apt-get install -y $1 + apt-get install -qq -y $1 fi } ensure_installed "libfontconfig1" # for the new canvas in 3.2