From aff1eebad9815a52c62643fe323f09518a77efe4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 21 May 2024 11:27:28 +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 60b8529..f870b9d 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -10,7 +10,7 @@ set -Eeuo pipefail if [[ "${ARCH,,}" != "arm64" ]]; then KVM="N" - warn "your CPU architecture is ${ARCH} and cannot provide KVM acceleration for ARM64 instructions, this will cause a major loss of performance." + warn "your CPU architecture is ${ARCH^^} and cannot provide KVM acceleration for ARM64 instructions, this will cause a major loss of performance." fi if [[ "$KVM" != [Nn]* ]]; then