From d12365667f84291852b91d62a444b572b9bd092b Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 1 Jul 2025 20:56:57 +0200 Subject: [PATCH] Update proxmox_update.sh --- scripts/utilities/proxmox_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/utilities/proxmox_update.sh b/scripts/utilities/proxmox_update.sh index 70d755f..2dc99b0 100644 --- a/scripts/utilities/proxmox_update.sh +++ b/scripts/utilities/proxmox_update.sh @@ -124,6 +124,7 @@ cleanup_duplicate_repos() { if [ $cleaned_count -gt 0 ]; then msg_ok "$(translate "Duplicate repositories cleaned: $cleaned_count")" fi + apt update } apt_upgrade() {