Update reset.sh

This commit is contained in:
Kroese 2025-10-29 08:27:51 +01:00 committed by GitHub
parent d302b4b3b0
commit 300b65367b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,6 +166,10 @@ if [[ "$KVM" != [Nn]* ]]; then
if ! grep -qw "vmx\|svm" <<< "$flags"; then
KVM_ERR="(not enabled in BIOS)"
fi
if ! grep -qw "sse4_2" <<< "$flags"; then
error "Your CPU does not have the SSE4 instruction set that Virtual DSM requires!"
[[ "$DEBUG" != [Yy1]* ]] && exit 88
fi
fi
fi
fi