Update build.func

This commit is contained in:
CanbiZ 2025-07-21 15:56:18 +02:00
parent 186b1a1a0e
commit 3de63d06f3

View File

@ -1390,7 +1390,7 @@ EOF'
msg_warn "Skipping timezone setup zone '$tz' not found in container"
fi
pct exec "$CTID" -- bash -c "$STD apt-get update && $STD apt-get install -y sudo curl mc gnupg2" || {
pct exec "$CTID" -- bash -c "apt-get update >/dev/null && apt-get install -y sudo curl mc gnupg2 >/dev/null" || {
msg_error "apt-get base packages installation failed"
exit 1
}