diff --git a/Set-ComputerName.ps1 b/Set-ComputerName.ps1 index 304c87a..4a46ba9 100755 --- a/Set-ComputerName.ps1 +++ b/Set-ComputerName.ps1 @@ -49,8 +49,8 @@ While($True){ } # Install Salt -# Write-Host "Installing Salt with minion name: $NewComputerName." -# \\ucs\Software\Salt-Minion-2019.2.2-Py3-AMD64-Setup.exe /S /minion-name="$NewComputerName" +Write-Host "Installing Salt with minion name: $NewComputerName." +\\ucs.sawtooth.claremontmakerspace.org\Software\Salt-Minion-3004.2-Py3-AMD64-Setup.exe /S /minion-name="$NewComputerName" #Read-Host -Prompt "Press Enter to reboot"