diff options
| -rw-r--r-- | doc/guix-cookbook.texi | 6 | ||||
| -rw-r--r-- | doc/guix.texi | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index eea1f96bf1b..70bc1ca5a21 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -2930,8 +2930,8 @@ your Linode Summary section.) Now you can run the "install guix from | |||
| 2930 | 2930 | ||
| 2931 | @example | 2931 | @example |
| 2932 | sudo apt-get install gpg | 2932 | sudo apt-get install gpg |
| 2933 | wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg --import - | 2933 | wget https://codeberg.org/efraim.gpg -qO - | gpg --import - |
| 2934 | wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh | 2934 | wget https://guix.gnu.org/guix-install.sh |
| 2935 | chmod +x guix-install.sh | 2935 | chmod +x guix-install.sh |
| 2936 | ./guix-install.sh | 2936 | ./guix-install.sh |
| 2937 | guix pull | 2937 | guix pull |
| @@ -3110,7 +3110,7 @@ Now you can run the "install guix from @pxref{Binary Installation,,, | |||
| 3110 | guix, GNU Guix}" steps: | 3110 | guix, GNU Guix}" steps: |
| 3111 | 3111 | ||
| 3112 | @example | 3112 | @example |
| 3113 | wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh | 3113 | wget https://guix.gnu.org/guix-install.sh |
| 3114 | chmod +x guix-install.sh | 3114 | chmod +x guix-install.sh |
| 3115 | ./guix-install.sh | 3115 | ./guix-install.sh |
| 3116 | guix pull | 3116 | guix pull |
diff --git a/doc/guix.texi b/doc/guix.texi index 954b7a62653..1db60024ad5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -10,8 +10,8 @@ | |||
| 10 | @include version.texi | 10 | @include version.texi |
| 11 | 11 | ||
| 12 | @c Identifier of the OpenPGP key used to sign tarballs and such. | 12 | @c Identifier of the OpenPGP key used to sign tarballs and such. |
| 13 | @set OPENPGP-SIGNING-KEY-ID 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 | 13 | @set OPENPGP-SIGNING-KEY-ID A28BF40C3E551372662D14F741AAE7DCCA3D8351 |
| 14 | @set OPENPGP-SIGNING-KEY-URL https://sv.gnu.org/people/viewgpg.php?user_id=15145 | 14 | @set OPENPGP-SIGNING-KEY-URL https://codeberg.org/efraim.gpg |
| 15 | 15 | ||
| 16 | @c Base URL for downloads. | 16 | @c Base URL for downloads. |
| 17 | @set BASE-URL https://ftpmirror.gnu.org/gnu/guix | 17 | @set BASE-URL https://ftpmirror.gnu.org/gnu/guix |
