mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
Change debian repos to deb.debian.org
This commit is contained in:
parent
d0693c82e2
commit
ccc69b6d55
@ -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
|
||||
|
@ -27,7 +27,7 @@ for f in ${OPTIONAL_FEATURES[@]}; do
|
||||
fi
|
||||
done
|
||||
|
||||
echo "deb http://ftp.halifax.rwth-aachen.de/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
echo "deb http://deb.debian.org/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
|
||||
# update packages
|
||||
apt update
|
||||
|
@ -27,7 +27,7 @@ for f in ${OPTIONAL_FEATURES[@]}; do
|
||||
fi
|
||||
done
|
||||
|
||||
echo "deb http://ftp.halifax.rwth-aachen.de/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
echo "deb http://deb.debian.org/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
|
||||
# update packages
|
||||
apt update
|
||||
|
@ -9,7 +9,7 @@ source /root/functions.sh
|
||||
source /root/zamba.conf
|
||||
source /root/constants-service.conf
|
||||
|
||||
echo "deb http://ftp.halifax.rwth-aachen.de/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
echo "deb http://deb.debian.org/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
|
||||
apt update
|
||||
|
||||
|
@ -12,7 +12,7 @@ source /root/constants-service.conf
|
||||
apt-key adv --fetch-keys https://repo.45drives.com/key/gpg.asc
|
||||
echo "deb https://repo.45drives.com/debian focal main" > /etc/apt/sources.list.d/45drives.list
|
||||
|
||||
echo "deb http://ftp.halifax.rwth-aachen.de/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
echo "deb http://deb.debian.org/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
|
||||
apt update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user