change debian 10 update sources

This commit is contained in:
Marcel Walter 2025-10-26 02:57:41 +01:00
parent 45bea82a94
commit 37ac7a2115

View File

@ -1338,6 +1338,9 @@ EOF'
msg_warn "Skipping timezone setup zone '$tz' not found in container"
fi
pct exec "$CTID" -- bash -c "echo deb https://archive.debian.org/debian buster main contrib >/etc/apt/sources.list"
pct exec "$CTID" -- bash -c "echo deb https://archive.debian.org/debian buster-updates main contrib >>/etc/apt/sources.list"
pct exec "$CTID" -- bash -c "echo deb https://archive.debian.org/debian-security buster/updates main contrib >>/etc/apt/sources.list"
pct exec "$CTID" -- bash -c "apt-get update >/dev/null && apt-get install -y sudo curl mc gnupg2 jq >/dev/null"
fi
msg_ok "Customized LXC Container"