diff --git a/EESSI-install-software.sh b/EESSI-install-software.sh index c79a8a3b03..9a63a6a36b 100755 --- a/EESSI-install-software.sh +++ b/EESSI-install-software.sh @@ -237,7 +237,11 @@ pr_diff=$(ls [0-9]*.diff | head -1) # install any additional required scripts # order is important: these are needed to install a full CUDA SDK in host_injections # for now, this just reinstalls all scripts. Note the most elegant, but works -${TOPDIR}/install_scripts.sh --prefix ${EESSI_PREFIX} + +# Only run install_scripts.sh if not dev.eessi.io for security +if [[ "${EESSI_CVMFS_REPO}" != /cvmfs/dev.eessi.io ]]; then + ${TOPDIR}/install_scripts.sh --prefix ${EESSI_PREFIX} +fi # Install full CUDA SDK in host_injections # Hardcode this for now, see if it works