Updating script to use new source

This commit is contained in:
2025-03-15 16:06:34 -04:00
parent 14ca48abff
commit 153eea6fb9
2 changed files with 2 additions and 2 deletions

2
script.sh Normal file → Executable file
View File

@ -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