diff options
Diffstat (limited to 'doc/guix-cookbook.texi')
| -rw-r--r-- | doc/guix-cookbook.texi | 6 |
1 files changed, 3 insertions, 3 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 |
