From c03e3cfef788a4589ff816d7ef845ce712b2c0a8 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 18 Apr 2018 15:36:36 -0700 Subject: [PATCH] Adds curl command option to download the latest VMware image. Signed-off-by: Michael Vincerra --- .../vmware-esxi-preconfigured-cl-image.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst b/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst index 84cd476b..f5acf90c 100644 --- a/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst +++ b/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst @@ -32,7 +32,12 @@ Download the latest Clear Linux VMware image ******************************************** Get the latest |CL| VMware image from the `image`_ repository. -Look for :file:`clear-[version number]-vmware.vmdk.xz`. +Look for :file:`clear-[version number]-vmware.vmdk.xz`. You can also use +this command: + +.. code-block:: bash + + curl -O https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-vmware-vmdk.xz .. include:: ../../guides/maintenance/download-verify-uncompress-linux.rst :Start-after: verify-linux: