Skip to content

Commit 24d378b

Browse files
BPASBPAS
authored andcommitted
update install.ps1 to use 10.4 release
1 parent d4c5f05 commit 24d378b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function installFromZip($filename){
6060
$ANTCC_VERSION=set-unless $env:ANTCC_VERSION 10.4-stable
6161
$ANTCC_DISTRO=set-unless $env:ANTCC_DISTRO antcc-nojava
6262
$CC_INSTALLER="$ANTCC_DISTRO-$ANTCC_VERSION-any.zip"
63-
$URL=set-unless $env:ANTCC_INSTALLER_URL "https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.4-rc"
63+
$URL=set-unless $env:ANTCC_INSTALLER_URL "https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.4"
6464
$CC_HOME="$env:USERPROFILE\.sag\tools"
6565
$CC_CLI_HOME="$CC_HOME\CommandCentral\client"
6666
$ANTCC_HOME="$CC_HOME\sagdevops-antcc"

0 commit comments

Comments
 (0)