Update update-pve9_2.sh

This commit is contained in:
MacRimi
2025-10-31 20:20:24 +01:00
parent 4712171d43
commit 269f9ac52c

View File

@@ -53,7 +53,7 @@ update_pve9() {
{
msg_info2 "$(translate "Detected: Proxmox VE $pve_version (Current: $OS_CODENAME, Target: $TARGET_CODENAME)")"
} | tee -a "$screen_capture"
echo -e
local available_space=$(df /var/cache/apt/archives | awk 'NR==2 {print int($4/1024)}')
if [ "$available_space" -lt 1024 ]; then