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