From 5fd7df69fd4e276036ef2386b8d41bbd38a0e6ba Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 31 Oct 2025 20:47:46 +0100 Subject: [PATCH] Update update-pve9_2.sh --- scripts/global/update-pve9_2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/global/update-pve9_2.sh b/scripts/global/update-pve9_2.sh index d2902c6..7e1b7c7 100644 --- a/scripts/global/update-pve9_2.sh +++ b/scripts/global/update-pve9_2.sh @@ -152,7 +152,8 @@ EOF msg_ok "$(translate "Non-free firmware warnings disabled")" 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=$? if [ $update_exit_code -eq 0 ]; then