From e894ebce3e57333b8a74bf4c36fd2fb107e9c1cf Mon Sep 17 00:00:00 2001 From: David Murphy Date: Fri, 22 Nov 2024 14:12:30 -0700 Subject: [PATCH] Update README.rst Co-authored-by: Derek Ardolf --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c52b6847e..fe018f655 100644 --- a/README.rst +++ b/README.rst @@ -253,8 +253,7 @@ If your host has Internet access only via HTTP proxy, installing via Git: .. code:: console PROXY='http://user:password@myproxy.example.com:3128' - curl -o bootstrap-salt.sh -L -x "$PROXY" - https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh + curl -o bootstrap-salt.sh -L -x "$PROXY" https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh sudo sh bootstrap-salt.sh -H "$PROXY" git