forked from bashclub/zamba-lxc-toolbox
Change debian repos to deb.debian.org
This commit is contained in:
@ -27,9 +27,9 @@ locale-gen $LXC_LOCALE
|
||||
if [ "$LXC_TEMPLATE_VERSION" == "debian-10-standard" ] ; then
|
||||
|
||||
cat << EOF > /etc/apt/sources.list
|
||||
deb http://ftp.halifax.rwth-aachen.de/debian/ buster main contrib
|
||||
deb http://deb.debian.org/debian/ buster main contrib
|
||||
|
||||
deb http://ftp.halifax.rwth-aachen.de/debian/ buster-updates main contrib
|
||||
deb http://deb.debian.org/debian/ buster-updates main contrib
|
||||
|
||||
# security updates
|
||||
deb http://security.debian.org/debian-security buster/updates main contrib
|
||||
@ -38,9 +38,9 @@ EOF
|
||||
elif [ "$LXC_TEMPLATE_VERSION" == "debian-11-standard" ] ; then
|
||||
|
||||
cat << EOF > /etc/apt/sources.list
|
||||
deb http://ftp.halifax.rwth-aachen.de/debian/ bullseye main contrib
|
||||
deb http://deb.debian.org/debian/ bullseye main contrib
|
||||
|
||||
deb http://ftp.halifax.rwth-aachen.de/debian/ bullseye-updates main contrib
|
||||
deb http://deb.debian.org/debian/ bullseye-updates main contrib
|
||||
|
||||
# security updates
|
||||
deb http://security.debian.org/debian-security bullseye-security main contrib
|
||||
@ -49,9 +49,9 @@ EOF
|
||||
elif [ "$LXC_TEMPLATE_VERSION" == "debian-12-standard" ] ; then
|
||||
|
||||
cat << EOF > /etc/apt/sources.list
|
||||
deb http://ftp.halifax.rwth-aachen.de/debian/ bookworm main contrib
|
||||
deb http://deb.debian.org/debian/ bookworm main contrib
|
||||
|
||||
deb http://ftp.halifax.rwth-aachen.de/debian/ bookworm-updates main contrib
|
||||
deb http://deb.debian.org/debian/ bookworm-updates main contrib
|
||||
|
||||
# security updates
|
||||
deb http://security.debian.org/debian-security bookworm-security main contrib
|
||||
|
Reference in New Issue
Block a user