saltBootstrap/README.md

6 lines
264 B
Markdown
Raw Normal View History

2023-09-25 12:15:05 +00:00
## To add new host to salt
```
2023-11-15 14:57:38 +00:00
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
2023-09-25 12:15:05 +00:00
```