From a4e17ccfa484e4c4479c5543fe428c730156d259 Mon Sep 17 00:00:00 2001 From: Tom Leavitt Date: Tue, 30 Oct 2018 11:23:37 -0700 Subject: [PATCH 1/2] update curl script in bare-metal-install Update the curl script to correctly identify the latest installer image available in the image directory --- .../get-started/bare-metal-install/bare-metal-install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 47045d37..83e40ac1 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 @@ -20,7 +20,7 @@ Look for the :file:`clear-[version number]-installer.img.xz` file. You can also .. code-block:: bash - curl -O https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-installer.img.xz + curl -O https://download.clearlinux.org/image/$(curl https://download/clearlinux.org/image/latest-images | grep "installer") Once you have downloaded the image, verify and decompress the file. @@ -322,4 +322,4 @@ instructions. .. _`NUC6i5SYH product page`: http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc6i5syh.html -.. _image: https://download.clearlinux.org/image \ No newline at end of file +.. _image: https://download.clearlinux.org/image From 047da96e0c8b315d9ea569804161c0319ce15f1e Mon Sep 17 00:00:00 2001 From: Tom Leavitt Date: Tue, 30 Oct 2018 14:31:02 -0700 Subject: [PATCH 2/2] bare-metal-curl patch update changed download/clearlinux.org to download.clearlinux.org --- .../get-started/bare-metal-install/bare-metal-install.rst | 2 +- 1 file changed, 1 insertion(+), 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 83e40ac1..ca00f24d 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 @@ -20,7 +20,7 @@ Look for the :file:`clear-[version number]-installer.img.xz` file. You can also .. code-block:: bash - curl -O https://download.clearlinux.org/image/$(curl https://download/clearlinux.org/image/latest-images | grep "installer") + curl -O https://download.clearlinux.org/image/$(curl https://download.clearlinux.org/image/latest-images | grep "installer") Once you have downloaded the image, verify and decompress the file.