From 9dccaf67516e207fe2afb39e180898a600ffa3bd Mon Sep 17 00:00:00 2001 From: Pavel Vondruska <dexter.cz@gmail.com> Date: Wed, 26 May 2021 13:28:28 +0200 Subject: [PATCH] security repozitar se spravne nema mirrorovat --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 837e474..168c376 100755 --- a/make.sh +++ b/make.sh @@ -3,11 +3,11 @@ cat > /etc/apt/sources.list << EOSOURCES deb http://ftp.cz.debian.org/debian buster main contrib non-free deb http://ftp.cz.debian.org/debian buster-updates main contrib non-free -deb http://ftp.cz.debian.org/debian-security buster/updates main contrib non-free +deb http://security.debian.org/debian-security buster/updates main contrib non-free deb-src http://ftp.cz.debian.org/debian buster main contrib non-free deb-src http://ftp.cz.debian.org/debian buster-updates main contrib non-free -deb-src http://ftp.cz.debian.org/debian-security buster/updates main contrib non-free +deb-src http://security.debian.org/debian-security buster/updates main contrib non-free EOSOURCES apt update -qqq -- GitLab