Update proc.sh

This commit is contained in:
Kroese 2024-05-02 20:04:12 +02:00 committed by GitHub
parent 85d8228ffa
commit 5af020b58a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ set -Eeuo pipefail
: "${CPU_MODEL:=""}"
: "${DEF_MODEL:="neoverse-n1"}"
[[ "$ARCH" != "arm"* ]] && KVM="N"
[[ "${ARCH,,}" != "arm"* ]] && KVM="N"
if [[ "$KVM" != [Nn]* ]]; then