From da2a938f3a50ec0e0434f9f0db56964486b592bf Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Thu, 4 Apr 2019 11:14:59 -0700 Subject: [PATCH] Remove optional curl method to download installer img. (#440) - Discontinue support for older txt file and for embedded parsing commands. Signed-off-by: Michael Vincerra --- .../get-started/bare-metal-install/bare-metal-install.rst | 6 ------ 1 file changed, 6 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 26477c80..1ed36cd4 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 @@ -30,12 +30,6 @@ Look for the :file:`clear-[version number]-installer.img.xz` file. Figure 1: Visit Downloads -Optionally, you can use this command: - -.. code-block:: bash - - curl -O https://cdn.download.clearlinux.org/image/$(curl https://cdn.download.clearlinux.org/image/latest-images | grep "installer") - #. Follow your OS instructions to create a bootable USB drive. * :ref:`bootable-usb`