mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #34498 from rallytime/bootstrap-tutorial-doc-fix
Use -O in the wget example in the bootstrap tutorial for the develop branch
This commit is contained in:
commit
63f0451041
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