Skip to content

Commit 6d549e1

Browse files
bashtonialexjch
authored andcommitted
Fix KVM instructions for zsh users
1 parent e86d9b2 commit 6d549e1

File tree

1 file changed

+1
-1
lines changed
  • source/get-started/virtual-machine-install

1 file changed

+1
-1
lines changed

source/get-started/virtual-machine-install/kvm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Download and launch the virtual machine image
4141

4242
.. code-block:: bash
4343
44-
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)
44+
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)
4545
4646
#. Uncompress the downloaded image:
4747

0 commit comments

Comments
 (0)