mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Add hash verification information to installation instructions
Fixes #1043
This commit is contained in:
parent
9f92fbe5e6
commit
20742b06be
1 changed files with 9 additions and 7 deletions
16
README.rst
16
README.rst
|
@ -27,14 +27,16 @@ are high that your issue was already fixed.
|
||||||
Bootstrap
|
Bootstrap
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
In every two-step installation example, you would be well-served to **verify against the SHA256 sum**
|
||||||
|
of the downloaded ``bootstrap-salt.sh`` file.
|
||||||
|
|
||||||
|
The SHA256 sum of the ``bootstrap-salt.sh`` file, per release, is:
|
||||||
|
|
||||||
|
- 2017.05.24: ``8c42c2e5ad3d4384ddc557da5c214ba3e40c056ca1b758d14a392c1364650e89``
|
||||||
|
|
||||||
If you're looking for the *one-liner* to install Salt, please scroll to the bottom and use the
|
If you're looking for the *one-liner* to install Salt, please scroll to the bottom and use the
|
||||||
instructions for `Installing via an Insecure One-Liner`_.
|
instructions for `Installing via an Insecure One-Liner`_.
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
In every two-step example, you would be well-served to examine the downloaded file and examine
|
|
||||||
it to ensure that it does what you expect.
|
|
||||||
|
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
@ -64,7 +66,7 @@ If you want to install a specific release version (based on the Git tags):
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
||||||
sudo sh bootstrap-salt.sh git v2016.3.2
|
sudo sh bootstrap-salt.sh git v2016.11.5
|
||||||
|
|
||||||
To install a specific branch from a Git fork:
|
To install a specific branch from a Git fork:
|
||||||
|
|
||||||
|
@ -104,7 +106,7 @@ Installing a specific version from git using ``wget``:
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
wget -O bootstrap-salt.sh https://bootstrap.saltstack.com
|
wget -O bootstrap-salt.sh https://bootstrap.saltstack.com
|
||||||
sudo sh bootstrap-salt.sh -P git v2015.8.11
|
sudo sh bootstrap-salt.sh -P git v2016.11.5
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue