From e0bff19568f88a060d99633fbe73de4f59d1d2b7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 21:17:51 +0100 Subject: [PATCH] Update proc.sh --- src/proc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proc.sh b/src/proc.sh index 4506129..23b9317 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -7,7 +7,7 @@ set -Eeuo pipefail : "${CPU_FLAGS:=""}" : "${CPU_MODEL:="host"}" -[[ "$ARCH" != "arm64" ]] && KVM="N" +[[ "$ARCH" != "arm"* ]] && KVM="N" if [[ "$KVM" != [Nn]* ]]; then @@ -52,7 +52,7 @@ else if [[ "$ARCH" == "arm"* ]]; then CPU_MODEL="max" else - CPU_MODEL="cortex-a57" + CPU_MODEL="cortex-a53" fi fi