Use -O in wget develop example in bootstrap tutorial

This commit is contained in:
rallytime 2016-07-06 15:23:39 -06:00
parent 0f3f87fbc5
commit 23c5739c3b

View file

@ -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``: