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
ba28c5b932
commit
22d13a0160
1 changed files with 9 additions and 2 deletions
11
README.rst
11
README.rst
|
@ -337,8 +337,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