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 <poptsov.artyom@gmail.com>
This commit is contained in:
Maxim Cournoyer 2025-07-19 22:08:27 +09:00
parent 2759c29711
commit 93b65f5aca
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -795,7 +795,7 @@ sudo pacman -S guix
The Guix project also provides a shell script, @file{guix-install.sh}, The Guix project also provides a shell script, @file{guix-install.sh},
which automates the binary installation process without use of a foreign which automates the binary installation process without use of a foreign
distro package 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, Use of @file{guix-install.sh} requires Bash, GnuPG, GNU@tie{}tar, wget,
and Xz. and Xz.
@ -812,7 +812,7 @@ As root, run:
@example @example
# cd /tmp # cd /tmp
# wget https://guix.gnu.org/install.sh # wget https://guix.gnu.org/guix-install.sh
# chmod +x guix-install.sh # chmod +x guix-install.sh
# ./guix-install.sh # ./guix-install.sh
@end example @end example