From fce6846e5c1b4340d43eaf6c599ead6adec03be2 Mon Sep 17 00:00:00 2001 From: Tom Leavitt Date: Wed, 31 Oct 2018 10:46:51 -0700 Subject: [PATCH] update vmware curl command Update the curl command to download the correct vmware image --- .../get-started/virtual-machine-install/vmw-player-preconf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/get-started/virtual-machine-install/vmw-player-preconf.rst b/source/clear-linux/get-started/virtual-machine-install/vmw-player-preconf.rst index 1355506c..0af68bd7 100644 --- a/source/clear-linux/get-started/virtual-machine-install/vmw-player-preconf.rst +++ b/source/clear-linux/get-started/virtual-machine-install/vmw-player-preconf.rst @@ -64,7 +64,7 @@ this command: .. code-block:: bash - curl -O https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-vmware.vmdk.xz + curl -O https://download.clearlinux.org/image/$(curl https://download.clearlinux.org/image/latest-images | grep vmware) Visit :ref:`image-types` for additional information about all available |CL| images.