From bba1e723b0ae81b377e0927a2f19bcc8b7b79479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 21 Jan 2025 16:13:39 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20Add=20missing=20quotes=20in=20wget=20com?= =?UTF-8?q?mand=20for=20=E2=80=98guix-install.sh=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Binary Installation): Add missing quotes in wget command. Change-Id: I4ebb50492070c298ccc4f02e62d90e875ffe44da --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index efc7d609568..a85c9f690b1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -698,7 +698,7 @@ user. As root, you can thus run this: @example cd /tmp -wget https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD +wget 'https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD' chmod +x guix-install.sh ./guix-install.sh @end example