Skip to content

Commit

Permalink
Merge pull request #1278 from clearlinux/bashtoni
Browse files Browse the repository at this point in the history
Fix KVM instructions for zsh users
  • Loading branch information
alexjch authored Nov 4, 2024
2 parents e86d9b2 + 6d549e1 commit 4957e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/get-started/virtual-machine-install/kvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4957e04

Please sign in to comment.