We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755f1c5 commit 94def95Copy full SHA for 94def95
scripts/start-deployFTBA
@@ -62,8 +62,11 @@ elif ! [[ ${FTB_MODPACK_VERSION_ID} =~ [0-9]+ ]]; then
62
exit 1
63
fi
64
65
-if isTrue "$FTB_FORCE_REINSTALL" || ! [ -f "${ftbManifest}" ] || ! [ -f "${ftbInstallMarker}" ] || [ "$(cat "${ftbInstallMarker}")" != "${FTB_MODPACK_ID}=${FTB_MODPACK_VERSION_ID}" ]; then
66
- ftbInstaller=/data/ftb-installer
+if isTrue "$FTB_FORCE_REINSTALL" ||
+ ! [ -f "${ftbManifest}" ] ||
67
+ ! [ -f "${ftbInstallMarker}" ] ||
68
+ [ "$(cat "${ftbInstallMarker}")" != "${FTB_MODPACK_ID}=${FTB_MODPACK_VERSION_ID}" ]; then
69
+ ftbInstaller=/data/ftb-installer-v2
70
arm=
71
if ! [[ -f "${ftbInstaller}" ]]; then
72
if [ "$(uname -m)" == "aarch64" ]; then
0 commit comments