diff options
| -rwxr-xr-x | etc/guix-install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 3215c4cfea..3918930472 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. |
