Update update-pve9_2.sh

This commit is contained in:
MacRimi
2025-10-31 20:47:46 +01:00
parent 3401c6305e
commit 5fd7df69fd

View File

@@ -152,7 +152,8 @@ EOF
msg_ok "$(translate "Non-free firmware warnings disabled")" msg_ok "$(translate "Non-free firmware warnings disabled")"
fi fi
update_output=$(apt-get update 2>&1) #update_output=$(apt-get update 2>&1)
update_output=$(apt-get -o Dpkg::Progress-Fancy=1 update 2>&1)
update_exit_code=$? update_exit_code=$?
if [ $update_exit_code -eq 0 ]; then if [ $update_exit_code -eq 0 ]; then