From 5f04a1d7099c82de2580b3a3023be2021f64ab74 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Wed, 1 Oct 2025 18:20:53 +0200 Subject: [PATCH] etc: guix-install.sh: Update GNU_URL. * etc/guix-install.sh (GNU_URL): Update to generic mirror URL. Change-Id: I7197691d2ed7b125a1fbc6ca774be7a34b81c121 Signed-off-by: Gabriel Wicki --- etc/guix-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 3215c4cfea9..39189304727 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -97,8 +97,7 @@ WAR=$'[ \033[33;1mWARN\033[0m ] ' INF="[ INFO ] " DEBUG=0 -GNU_URL="https://ftp.gnu.org/gnu/guix/" -#GNU_URL="https://alpha.gnu.org/gnu/guix/" +GNU_URL="https://ftpmirror.gnu.org/gnu/guix/" # The following associative array holds set of GPG keys used to sign the # releases, keyed by their corresponding Savannah user ID.