mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Use https://bootstrap.saltstack.com/develop
for the develop version of the script.
This commit is contained in:
parent
7b26fc745c
commit
e337fa53c3
1 changed files with 9 additions and 4 deletions
13
README.rst
13
README.rst
|
@ -30,8 +30,6 @@ If you're looking for the *one-liner* to install salt, please scroll to the bott
|
|||
instructions for `Installing via an Insecure One-Liner`_
|
||||
|
||||
|
||||
https://bootstrap.saltstack.com
|
||||
|
||||
|
||||
Examples
|
||||
~~~~~~~~
|
||||
|
@ -340,8 +338,15 @@ version.
|
|||
|
||||
.. code:: console
|
||||
|
||||
curl -L https://raw.github.com/saltstack/salt-bootstrap/develop/bootstrap-salt.sh | \
|
||||
sudo sh -s -- git develop
|
||||
curl -o install_salt.sh -L https://bootstrap.saltstack.com/develop
|
||||
sudo sh install_salt.sh git develop
|
||||
|
||||
|
||||
Or the insecure one liner:
|
||||
|
||||
.. code:: console
|
||||
|
||||
curl -L https://bootstrap.saltstack.com/develop | sudo sh -s -- git develop
|
||||
|
||||
|
||||
If after trying this, you still see the same problems, then, please `file an issue`_.
|
||||
|
|
Loading…
Add table
Reference in a new issue