We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86d9b2 commit 6d549e1Copy full SHA for 6d549e1
source/get-started/virtual-machine-install/kvm.rst
@@ -41,7 +41,7 @@ Download and launch the virtual machine image
41
42
.. code-block:: bash
43
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)
+ 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)
45
46
#. Uncompress the downloaded image:
47
0 commit comments