From 199d60d77c5578230e828b34af1192c33b602c4a Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 18 Apr 2018 13:32:37 -0700 Subject: [PATCH] Adds curl command option to download latest CL image. Signed-off-by: Michael Vincerra --- .../get-started/bare-metal-install/bare-metal-install.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/clear-linux/get-started/bare-metal-install/bare-metal-install.rst b/source/clear-linux/get-started/bare-metal-install/bare-metal-install.rst index b4a6efc4..3c9e8c8d 100644 --- a/source/clear-linux/get-started/bare-metal-install/bare-metal-install.rst +++ b/source/clear-linux/get-started/bare-metal-install/bare-metal-install.rst @@ -13,7 +13,12 @@ Download the latest Clear Linux installer image *********************************************** Get the latest |CL| installer image from the `image`_ directory. -Look for the :file:`clear-[version number]-installer.img.xz` file. +Look for the :file:`clear-[version number]-installer.img.xz` file. You can also use this command: + +.. code-block:: bash + + curl -O https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-installer.img.xz + Once you have downloaded the image, verify and uncompress the file. .. include:: ../../guides/maintenance/download-verify-uncompress-linux.rst