File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ for any OS with a Bourne shell:
31
31
32
32
.. code-block :: bash
33
33
34
- curl -L https://bootstrap. saltstack.com -o bootstrap_salt.sh
34
+ curl -L https://github.com/ saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh -o bootstrap_salt.sh
35
35
sudo sh bootstrap_salt.sh
36
36
37
37
Before run the script, it is a good practice to verify the checksum of the downloaded
@@ -40,7 +40,7 @@ file. You can verify the checksum with SHA256 by running this command:
40
40
.. code-block :: bash
41
41
42
42
test $( sha256sum bootstrap_salt.sh | awk ' {print $1}' ) \
43
- = $( curl -sL https://bootstrap.saltproject.io/ sha256 | cat -) \
43
+ = $( curl -sL https://github.com/saltstack/salt- bootstrap/releases/latest/download/bootstrap-salt.sh. sha256 | cat -) \
44
44
&& echo " OK" \
45
45
|| echo " File does not match checksum"
46
46
@@ -53,7 +53,7 @@ file. You can verify the checksum with SHA256 by running this command:
53
53
54
54
.. code-block :: bash
55
55
56
- curl -L https://bootstrap.saltproject.io | sudo sh -s --
56
+ curl -L https://github.com/saltstack/salt- bootstrap/releases/latest/download/bootstrap-salt.sh | sudo sh -s --
57
57
58
58
See the `salt-bootstrap `_ documentation for other one liners. When using `Vagrant `_
59
59
to test out salt, the `Vagrant salt provisioner `_ will provision the VM for you.
You can’t perform that action at this time.
0 commit comments