Use https://bootstrap.saltstack.com/develop for the develop version of the script.

This commit is contained in:
Pedro Algarvio 2014-06-05 08:41:53 +01:00
parent 7b26fc745c
commit e337fa53c3

View file

@ -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`_.