From 6d549e1cd88996bcfe642677a5539aa3bcb775c5 Mon Sep 17 00:00:00 2001 From: Sam Bashton Date: Wed, 23 Oct 2024 16:08:23 +1100 Subject: [PATCH] Fix KVM instructions for zsh users --- source/get-started/virtual-machine-install/kvm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/get-started/virtual-machine-install/kvm.rst b/source/get-started/virtual-machine-install/kvm.rst index bb3bea89d..2b73fc4f9 100644 --- a/source/get-started/virtual-machine-install/kvm.rst +++ b/source/get-started/virtual-machine-install/kvm.rst @@ -41,7 +41,7 @@ Download and launch the virtual machine image .. code-block:: bash - curl -o clear.img.xz https://cdn.download.clearlinux.org/image/$(curl https://cdn.download.clearlinux.org/image/latest-images.json | grep -o clear-'[0-9]'*-kvm.img.xz | head -1) + curl -o clear.img.xz https://cdn.download.clearlinux.org/image/$(curl https://cdn.download.clearlinux.org/image/latest-images.json | grep -o 'clear-[0-9]*-kvm.img.xz' | head -1) #. Uncompress the downloaded image: