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

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