Skip to content

Commit

Permalink
chore: silence some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 17, 2025
1 parent 3fd40a4 commit e5c740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5c740d

Please sign in to comment.