fix not working curl command

This commit is contained in:
nobodyatandnothing
2021-12-27 17:20:49 -05:00
committed by GitHub
parent 51eb12dfd5
commit 6f045e7b1d
@@ -41,7 +41,7 @@ Download and launch the virtual machine image
.. code-block:: bash
curl -O https://cdn.download.clearlinux.org/image/$(curl https://cdn.download.clearlinux.org/image/latest-images | grep '[0-9]'-kvm'\.')
curl -O 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: