From 4712171d438ec62b102aa1b7807e94331dd512f4 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 31 Oct 2025 20:16:42 +0100 Subject: [PATCH] Updsate Post Install --- scripts/post_install/auto_post_install.sh | 2 +- scripts/utilities/proxmox_update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index 7a7189f..ebb9f9a 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -883,9 +883,9 @@ run_complete_optimization() { ensure_tools_json - force_apt_ipv4 apt_upgrade remove_subscription_banner + force_apt_ipv4 #configure_time_sync skip_apt_languages increase_system_limits diff --git a/scripts/utilities/proxmox_update.sh b/scripts/utilities/proxmox_update.sh index 0f6f61a..8e2c802 100644 --- a/scripts/utilities/proxmox_update.sh +++ b/scripts/utilities/proxmox_update.sh @@ -61,7 +61,7 @@ apt_upgrade() { else show_proxmenux_logo - msg_title "$(translate "$SCRIPT_TITLE)" + msg_title "$(translate "Proxmox system update")" bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve8.sh") fi