From 11333eda57c8ee0f3676f979e8387064a2b1fef9 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sat, 4 Jan 2025 22:12:16 -0700 Subject: [PATCH] Update bootstrap --- scripts/bootstrap/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap/bootstrap b/scripts/bootstrap/bootstrap index 1ae946a18..1e3561955 100755 --- a/scripts/bootstrap/bootstrap +++ b/scripts/bootstrap/bootstrap @@ -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)