From fbc7c8cb6a554114b68490df4864c45e4b40e50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Thu, 10 Nov 2022 08:07:30 +0000 Subject: [PATCH] apt-setup: disable deprecated script --- helpers/make-apt-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-apt-setup b/helpers/make-apt-setup index bdca8496..4ef39a64 100644 --- a/helpers/make-apt-setup +++ b/helpers/make-apt-setup @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2 +VERSION=3 EXTERNAL='deb-src http://ftp.debian.org/debian stable main' REPOKEY=648ACFD622F3D138 NETINST=true @@ -203,7 +203,7 @@ ${COMMENT}deb $protocol://$hostname$directory $codename-backports main ${COMMENT}deb-src $protocol://$hostname$directory $codename-backports main EOF -apt-setup-signed-release archive.trisquel.org "$file" +#apt-setup-signed-release archive.trisquel.org "$file" exit 0 ' > generators/50mirror.trisquel -- GitLab