diff --git a/scripts/start-deployFTBA b/scripts/start-deployFTBA index e83d9809a66..2066f0a4121 100755 --- a/scripts/start-deployFTBA +++ b/scripts/start-deployFTBA @@ -62,8 +62,11 @@ elif ! [[ ${FTB_MODPACK_VERSION_ID} =~ [0-9]+ ]]; then exit 1 fi -if isTrue "$FTB_FORCE_REINSTALL" || ! [ -f "${ftbManifest}" ] || ! [ -f "${ftbInstallMarker}" ] || [ "$(cat "${ftbInstallMarker}")" != "${FTB_MODPACK_ID}=${FTB_MODPACK_VERSION_ID}" ]; then - ftbInstaller=/data/ftb-installer +if isTrue "$FTB_FORCE_REINSTALL" || + ! [ -f "${ftbManifest}" ] || + ! [ -f "${ftbInstallMarker}" ] || + [ "$(cat "${ftbInstallMarker}")" != "${FTB_MODPACK_ID}=${FTB_MODPACK_VERSION_ID}" ]; then + ftbInstaller=/data/ftb-installer-v2 arm= if ! [[ -f "${ftbInstaller}" ]]; then if [ "$(uname -m)" == "aarch64" ]; then