mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Remove reference to curl with --insecure option
This commit is contained in:
parent
e52be6cb61
commit
624b800801
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue