diff --git a/RTCP/Cobalt/GPUProc/src/scripts/Cobalt_install.sh b/RTCP/Cobalt/GPUProc/src/scripts/Cobalt_install.sh index 491359db3dac938df6dcc13d5b207a1af2ff7fa2..ac2a5ac134547951af5e7ea0638847dc72d66c1b 100755 --- a/RTCP/Cobalt/GPUProc/src/scripts/Cobalt_install.sh +++ b/RTCP/Cobalt/GPUProc/src/scripts/Cobalt_install.sh @@ -13,7 +13,7 @@ fi unset username # location of the file in the NEXUS -NEXUS_URL=https://support.astron.nl/nexus/content/repositories/releases/nl/astron/lofar/cobalt/${RELEASE_NAME}.ztar +NEXUS_URL=https://support.astron.nl/nexus/content/repositories/releases/nl/astron/lofar/${RELEASE_NAME}/Online_Cobalt_${RELEASE_NAME}.ztar if [ "${RELEASE_NAME}" = "" ]; then echo "ERROR: RELEASE_NAME is not set or empty. Needed to download archive to install" exit 1