From 93b65f5aca6ebe7b953deb6bdfc09a8ce34e4183 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 19 Jul 2025 22:08:27 +0900 Subject: [PATCH] doc: Adjust guix-install.sh URL. A new alias as been added to the nginx configuration to improve consistency. * doc/guix.texi (Binary Installation): Replace https://guix.gnu.org/install.sh with https://guix.gnu.org/guix-install.sh. Closes: #573 Change-Id: Iaf1da338b5d6433e9e7b1459db3587bf7a44ad79 Reported-by: Artyom V. Poptsov --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 283d24af971..500f6e78e91 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -795,7 +795,7 @@ sudo pacman -S guix The Guix project also provides a shell script, @file{guix-install.sh}, which automates the binary installation process without use of a foreign distro package -manager@footnote{@uref{https://guix.gnu.org/install.sh}}. +manager@footnote{@uref{https://guix.gnu.org/guix-install.sh}}. Use of @file{guix-install.sh} requires Bash, GnuPG, GNU@tie{}tar, wget, and Xz. @@ -812,7 +812,7 @@ As root, run: @example # cd /tmp -# wget https://guix.gnu.org/install.sh +# wget https://guix.gnu.org/guix-install.sh # chmod +x guix-install.sh # ./guix-install.sh @end example