From 23c5739c3b0679b8e186cfbedd24c122354409e2 Mon Sep 17 00:00:00 2001 From: rallytime Date: Wed, 6 Jul 2016 15:23:39 -0600 Subject: [PATCH] Use -O in wget develop example in bootstrap tutorial --- doc/topics/tutorials/salt_bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/tutorials/salt_bootstrap.rst b/doc/topics/tutorials/salt_bootstrap.rst index c93615b0ad1f..2432938551a8 100644 --- a/doc/topics/tutorials/salt_bootstrap.rst +++ b/doc/topics/tutorials/salt_bootstrap.rst @@ -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``: