From 6e522491503ed7caa5d553e97d9d10dadf489b6c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 May 2024 21:14:27 +0200 Subject: [PATCH] Update proc.sh --- src/proc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proc.sh b/src/proc.sh index d56b7b5..60b8529 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -57,7 +57,7 @@ else KVM_OPTS=" -accel tcg,thread=multi" if [ -z "$CPU_MODEL" ]; then - if [[ "$ARCH" == "arm"* ]]; then + if [[ "${ARCH,,}" == "arm64" ]]; then CPU_MODEL="max,pauth-impdef=on" else CPU_MODEL="$DEF_MODEL"