From 4ef94fb2937b253f62bed97b1d06885e00f573fb Mon Sep 17 00:00:00 2001 From: John Haverlack Date: Sat, 26 Jun 2021 19:19:25 -0800 Subject: [PATCH] arm64 support --- download/skqitam-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/skqitam-setup.sh b/download/skqitam-setup.sh index d5db3f7..b521d20 100644 --- a/download/skqitam-setup.sh +++ b/download/skqitam-setup.sh @@ -13,7 +13,7 @@ fi # Detect POSIX Environment os=`uname -s | tr '[:upper:]' '[:lower:]'` -arch=`uname -m | sed -e 's/x86_64/x64/'` | sed -e 's/aarch64/arm64/' +arch=`uname -m | sed -e 's/x86_64/x64/' | sed -e 's/aarch64/arm64/'` #echo $os #echo $arch