From 93cef0d580a25dc7cf7edfb100dcaf23e4475645 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 21 Oct 2025 18:56:33 +0200 Subject: [PATCH] Update update-pve.sh --- scripts/global/update-pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global/update-pve.sh b/scripts/global/update-pve.sh index 6df4f1a..3a1cf13 100644 --- a/scripts/global/update-pve.sh +++ b/scripts/global/update-pve.sh @@ -313,7 +313,7 @@ EOF lvm_repair_check cleanup_duplicate_repos - msg_info "$(translate "Performing system cleanup...")" + #msg_info "$(translate "Performing system cleanup...")" apt-get -y autoremove > /dev/null 2>&1 || true apt-get -y autoclean > /dev/null 2>&1 || true msg_ok "$(translate "Cleanup finished")"