mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-11 07:07:08 +00:00
Merge pull request #285 from clearlinux/bare-metal-curl-patch
update curl script in bare-metal-install
This commit is contained in:
@@ -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
|
||||
.. _image: https://download.clearlinux.org/image
|
||||
|
||||
Reference in New Issue
Block a user