mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Update download location
This commit is contained in:
parent
3e5ada781e
commit
6b43f5be9e
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ $NSIS_DIR = "${env:ProgramFiles(x86)}\NSIS"
|
|||
$NSIS_PLUG_A = "$NSIS_DIR\Plugins\x86-ansi"
|
||||
$NSIS_PLUG_U = "$NSIS_DIR\Plugins\x86-unicode"
|
||||
$NSIS_LIB_DIR = "$NSIS_DIR\Include"
|
||||
$DEPS_URL = "https://repo.saltproject.io/windows/dependencies"
|
||||
$DEPS_URL = "https://github.com/saltstack/salt-windows-deps/raw/refs/heads/main/nsis"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Start the Script
|
||||
|
|
|
@ -74,11 +74,11 @@ $ARCH = $(. $PYTHON_BIN -c "import platform; print(platform.architectu
|
|||
if ( $ARCH -eq "64bit" ) {
|
||||
$ARCH = "AMD64"
|
||||
$ARCH_X = "x64"
|
||||
$SALT_DEP_URL = "https://github.com/saltstack/salt-windows-deps/raw/refs/heads/main/64/"
|
||||
$SALT_DEP_URL = "https://github.com/saltstack/salt-windows-deps/raw/refs/heads/main/ssm/64/"
|
||||
} else {
|
||||
$ARCH = "x86"
|
||||
$ARCH_X = "x86"
|
||||
$SALT_DEP_URL = "https://github.com/saltstack/salt-windows-deps/raw/refs/heads/main/32/"
|
||||
$SALT_DEP_URL = "https://github.com/saltstack/salt-windows-deps/raw/refs/heads/main/ssm/32/"
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue