Skip to content

Commit

Permalink
Minor link fix and version bump in winbootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate committed Nov 25, 2024
1 parent 53bf9e2 commit 0657cde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bootstrap-salt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
Salt Bootstrap GitHub Project (script home) - https://github.com/saltstack/salt-bootstrap
Original Vagrant Provisioner Project - https://github.com/saltstack/salty-vagrant
Vagrant Project (utilizes this script) - https://github.com/mitchellh/vagrant
Salt Download Location - https://repo.saltproject.io/salt/py3/windows
Salt Download Location - https://packages.broadcom.com/artifactory/saltproject-generic/windows/
Salt Manual Install Directions (Windows) - https://docs.saltproject.io/salt/install-guide/en/latest/topics/install-by-operating-system/windows.html
#>

#===============================================================================
Expand Down Expand Up @@ -107,7 +108,7 @@ if ($help) {
exit 0
}

$__ScriptVersion = "2024.11.21"
$__ScriptVersion = "2024.11.25"
$ScriptName = $myInvocation.MyCommand.Name

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

0 comments on commit 0657cde

Please sign in to comment.