mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-16 02:46:01 +00:00
Merge pull request #1233 from nobodyatandnothing/patch-1
fix not working curl command
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user