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 ba28c5b932
commit 22d13a0160

View file

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