Skip to content

Commit

Permalink
fix start-deployFTBA (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronMine authored Oct 26, 2024
1 parent f872eb5 commit 868bcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-deployFTBA
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 868bcb7

Please sign in to comment.