From cbe030580e836dc795a4e4ab2264bfd9c2012917 Mon Sep 17 00:00:00 2001 From: Tom Leavitt Date: Mon, 18 Feb 2019 11:56:30 -0800 Subject: [PATCH] Update curl command to get live image Addresses issue #402 to fix the curl command to download the correct image --- .../get-started/virtual-machine-install/virtualbox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/get-started/virtual-machine-install/virtualbox.rst b/source/clear-linux/get-started/virtual-machine-install/virtualbox.rst index a526f7a8..69cc60f6 100644 --- a/source/clear-linux/get-started/virtual-machine-install/virtualbox.rst +++ b/source/clear-linux/get-started/virtual-machine-install/virtualbox.rst @@ -38,7 +38,7 @@ Create a virtual machine in VirtualBox .. code-block:: bash - curl -O https://download.clearlinux.org/image/$(curl https://download.clearlinux.org/image/latest-images | grep live) + curl -O https://download.clearlinux.org/image/$(curl https://download.clearlinux.org/image/latest-images | grep 'live\.') #. Decompress the downloaded image. Uncompressed image size is ~ **5GB**.