fix start-deployFTBA (#3124)

This commit is contained in:
Tristan
2024-10-26 15:40:36 +02:00
committed by GitHub
parent f872eb55cc
commit 868bcb7272

View File

@@ -45,7 +45,7 @@ if isTrue "$FTB_FORCE_REINSTALL" || ! [ -f "${ftbInstallMarker}" ] || [ "$(cat "
log "Downloading FTB installer"
if [ "$(uname -m)" == "aarch64" ]; then
log "Downloading ARM installer"
$arm=/arm
arm="/arm"
else
log "Downloading x86 installer"
fi