Update upgrade_pve8_to_pve9.sh

This commit is contained in:
MacRimi
2025-08-26 19:25:59 +02:00
parent ed3140932b
commit 70dfd7c9a3

View File

@@ -72,7 +72,7 @@ ask_run_mode() {
msg_ok "$(translate "Run mode: Unattended")" msg_ok "$(translate "Run mode: Unattended")"
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
export APT_LISTCHANGES_FRONTEND=none export APT_LISTCHANGES_FRONTEND=none
return 0 exit 0
fi fi