Remove reference to curl with --insecure option

This commit is contained in:
Pablo SEMINARIO 2014-06-22 12:40:18 +02:00
parent e52be6cb61
commit 624b800801

View file

@ -47,14 +47,6 @@ Using ``curl`` to install latest git:
sudo sh install_salt.sh git develop
If you have certificate issues using ``curl``, try the following:
.. code:: console
curl --insecure -L https://bootstrap.saltstack.com -o install_salt.sh
sudo sh install_salt.sh git develop
Using ``wget`` to install your distribution's stable packages:
.. code:: console