diff --git a/README.md b/README.md old mode 100644 new mode 100755 index d4c3984..b366fa0 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## To add new host to salt ``` -curl --location --show-error --silent -O https://git.10bit.link/kcrawford/saltBootstrap/raw/branch/main/script.sh && echo '17186dd10cb982dac23ee1cdf9424ae0a62cb22c script.sh' | sha1sum --check --status && sudo bash ./script.sh +curl --location --show-error --silent -O https://git.kcrawford.net/kcrawford/saltBootstrap/raw/branch/main/script.sh && echo '68244bbf2cd329708efaeb9bc4028e49ca217239 script.sh' | sha1sum --check --status && sudo bash ./script.sh ``` diff --git a/script.sh b/script.sh old mode 100644 new mode 100755 index 6d7f31e..214907e --- a/script.sh +++ b/script.sh @@ -3,7 +3,7 @@ # Download bootstrap script from salt -curl -o /tmp/bootstrap-salt.sh -L https://bootstrap.saltproject.io +curl -o /tmp/bootstrap-salt.sh -L https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh # Run bootstrap script if [ -e /tmp/bootstrap-salt.sh ]; then bash /tmp/bootstrap-salt.sh; fi