Skip to content

Commit 0657cde

Browse files
Minor link fix and version bump in winbootstrap
1 parent 53bf9e2 commit 0657cde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bootstrap-salt.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
Salt Bootstrap GitHub Project (script home) - https://github.com/saltstack/salt-bootstrap
4040
Original Vagrant Provisioner Project - https://github.com/saltstack/salty-vagrant
4141
Vagrant Project (utilizes this script) - https://github.com/mitchellh/vagrant
42-
Salt Download Location - https://repo.saltproject.io/salt/py3/windows
42+
Salt Download Location - https://packages.broadcom.com/artifactory/saltproject-generic/windows/
43+
Salt Manual Install Directions (Windows) - https://docs.saltproject.io/salt/install-guide/en/latest/topics/install-by-operating-system/windows.html
4344
#>
4445

4546
#===============================================================================
@@ -107,7 +108,7 @@ if ($help) {
107108
exit 0
108109
}
109110

110-
$__ScriptVersion = "2024.11.21"
111+
$__ScriptVersion = "2024.11.25"
111112
$ScriptName = $myInvocation.MyCommand.Name
112113

113114
# We'll check for the Version next, because it also has no requirements

0 commit comments

Comments
 (0)