mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use -O in wget develop example in bootstrap tutorial
This commit is contained in:
parent
0f3f87fbc5
commit
23c5739c3b
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ Downloading the script from develop branch:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
wget https://bootstrap.saltstack.com/develop
|
||||
wget -O bootstrap_salt.sh https://bootstrap.saltstack.com/develop
|
||||
sudo sh bootstrap_salt.sh
|
||||
|
||||
Installing a specific version from git using ``wget``:
|
||||
|
|
Loading…
Add table
Reference in a new issue