Updating script to pin to specific version

This commit is contained in:
2025-10-09 15:54:13 -04:00
parent 3e85467727
commit bafba77b89
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## To add new host to salt
```
curl --location --show-error --silent -O https://git.kcrawford.net/kcrawford/saltBootstrap/raw/branch/main/script.sh && echo '5afed7bd0e5711215914dacc33c4998d41e48abf 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 '0e196d98fb2210364f97c1f8d9a6fbdff34d16a5 script.sh' | sha1sum --check --status && sudo bash ./script.sh
```