diff --git a/helpers/make-choose-mirror b/helpers/make-choose-mirror index cb1ada2..70a7dd0 100644 --- a/helpers/make-choose-mirror +++ b/helpers/make-choose-mirror @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2024 Luis Guzmán +# Copyright (C) 2025 Luis Guzmán # Copyright (C) 2009-2018 Ruben Rodriguez # # This program is free software; you can redistribute it and/or modify @@ -19,7 +19,7 @@ # VERSION=8 -EXTERNAL='deb-src http://ftp.debian.org/debian bookworm main' +EXTERNAL='deb-src http://ftp.debian.org/debian trixie main' REPOKEY=0E98404D386FA1D9 NETINST=true . ./config @@ -32,6 +32,8 @@ sed -i '/oldstable/d; /testing/d; /unstable/d;' mirrors.h sed -i "s|stable|$CODENAME|" mirrors.h +sed -i "s|https://salsa.debian.org.*Mirrors.masterlist.in|https://gitlab.trisquel.org/trisquel/$Mirrors_masterlist_git|" \ + debian/choose-mirror-bin.templates.http-in replace "_CODENAME_" "$CODENAME" replace "deb.debian.org" "archive.trisquel.org" .