diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-01-21 14:12:57 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-01-21 14:13:48 +0100 |
| commit | 47d554602c34a15c24efbc87e3bc2806f9f68055 (patch) | |
| tree | 612de8605ce93251f518d52dc5bf2223239effeb | |
| parent | aaf86bbe1fbfc38f3e1f77fb5d7e7aea0b749385 (diff) | |
doc: Change ‘guix-install.sh’ URL to gitweb.
The cgit interface at Savannah has been taken down.
* doc/guix.texi (Installation): Change ‘guix-install.sh’ URL to gitweb.
Change-Id: I45274bdb7713d16bafe2d0b464865362bddcf303
| -rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 784114f0bb2..efc7d609568 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -642,7 +642,7 @@ to join! @xref{Contributing}, for information about how you can help. | |||
| 642 | 642 | ||
| 643 | @quotation Note | 643 | @quotation Note |
| 644 | We recommend the use of this | 644 | We recommend the use of this |
| 645 | @uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh, | 645 | @uref{https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD, |
| 646 | shell installer script} to install Guix on top of a running GNU/Linux system, | 646 | shell installer script} to install Guix on top of a running GNU/Linux system, |
| 647 | thereafter called a @dfn{foreign distro}.@footnote{This section is concerned | 647 | thereafter called a @dfn{foreign distro}.@footnote{This section is concerned |
| 648 | with the installation of the package manager, which can be done on top of a | 648 | with the installation of the package manager, which can be done on top of a |
| @@ -691,14 +691,14 @@ GNU@tie{}tar and Xz. | |||
| 691 | @c Note duplicated from the ``Installation'' node. | 691 | @c Note duplicated from the ``Installation'' node. |
| 692 | @quotation Note | 692 | @quotation Note |
| 693 | We recommend the use of this | 693 | We recommend the use of this |
| 694 | @uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh, | 694 | @uref{https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD, |
| 695 | shell installer script}. The script automates the download, installation, and | 695 | shell installer script}. The script automates the download, installation, and |
| 696 | initial configuration steps described below. It should be run as the root | 696 | initial configuration steps described below. It should be run as the root |
| 697 | user. As root, you can thus run this: | 697 | user. As root, you can thus run this: |
| 698 | 698 | ||
| 699 | @example | 699 | @example |
| 700 | cd /tmp | 700 | cd /tmp |
| 701 | wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh | 701 | wget https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD |
| 702 | chmod +x guix-install.sh | 702 | chmod +x guix-install.sh |
| 703 | ./guix-install.sh | 703 | ./guix-install.sh |
| 704 | @end example | 704 | @end example |
