From 86a2b44d81b8ff637944b76a6598bb02bb724eca Mon Sep 17 00:00:00 2001 From: Tom Leavitt Date: Wed, 31 Oct 2018 10:33:54 -0700 Subject: [PATCH] update kvm curl command Update the command to download the latest kvm image --- source/clear-linux/get-started/virtual-machine-install/kvm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/get-started/virtual-machine-install/kvm.rst b/source/clear-linux/get-started/virtual-machine-install/kvm.rst index ac192a9d..19846c20 100644 --- a/source/clear-linux/get-started/virtual-machine-install/kvm.rst +++ b/source/clear-linux/get-started/virtual-machine-install/kvm.rst @@ -55,7 +55,7 @@ Download and launch the virtual machine .. code-block:: bash - curl -O https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-kvm.img.xz + curl -O https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/image/latest-images | grep '[0-9]'-kvm) #. Uncompress the downloaded image: