Skip to content

Commit

Permalink
Update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Jan 5, 2025
1 parent 03db0d5 commit 11333ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -z "$BASH" ] || [[ "$(ps | awk '$1=='$$' { n=split($5,a,"/"); print a[n] }'
fi

arch=""
case "$(uname -m") in
case "$(uname -m)" in
"armv7l")
arch="armv7sf-k3.2" ;;
#"aarch64)
Expand Down

0 comments on commit 11333ed

Please sign in to comment.