Change debian repos to deb.debian.org

This commit is contained in:
2024-04-05 22:26:06 +02:00
parent d0693c82e2
commit ccc69b6d55
5 changed files with 10 additions and 10 deletions

View File

@ -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