Updating script to use new source
This commit is contained in:
2
script.sh
Normal file → Executable file
2
script.sh
Normal file → Executable 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
|
||||
|
Reference in New Issue
Block a user