change debian 10 update sources
This commit is contained in:
parent
45bea82a94
commit
37ac7a2115
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user