Update proxmox_update.sh

This commit is contained in:
MacRimi 2025-07-01 20:56:57 +02:00
parent dcc07d4590
commit d12365667f

View File

@ -124,6 +124,7 @@ cleanup_duplicate_repos() {
if [ $cleaned_count -gt 0 ]; then if [ $cleaned_count -gt 0 ]; then
msg_ok "$(translate "Duplicate repositories cleaned: $cleaned_count")" msg_ok "$(translate "Duplicate repositories cleaned: $cleaned_count")"
fi fi
apt update
} }
apt_upgrade() { apt_upgrade() {