From 7f77bb88ab1b9be1a12d5c97af01637c3a563ec5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 17 Dec 2023 09:50:07 +0100 Subject: [PATCH] fix: Grammar --- src/cpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu.sh b/src/cpu.sh index 1cad10a..0070fdc 100644 --- a/src/cpu.sh +++ b/src/cpu.sh @@ -31,7 +31,7 @@ if [[ "$ARCH" == "amd64" && "$KVM" != [Nn]* ]]; then if [ -n "$KVM_OPTS" ]; then if ! grep -qE '^flags.* (sse4_2)' /proc/cpuinfo; then - error "Your host CPU does not has the SSE4.2 instruction set that Virtual DSM requires to boot." + error "Your host CPU does not have the SSE4.2 instruction set that Virtual DSM requires to boot." error "Disable KVM by setting KVM=N to emulate a compatible CPU, at the cost of performance." [[ "$DEBUG" != [Yy1]* ]] && exit 89 fi