Fix the fix

This commit is contained in:
the Sane 2021-02-20 18:07:08 -05:00 committed by GitHub
parent c9c3c07866
commit b6eea7b224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,7 +650,7 @@ memory_check() {
# Check CPU for the required AVX extension # Check CPU for the required AVX extension
avx_check() { avx_check() {
if grep -q "avxa" /proc/cpuinfo; then if grep -q "avx" /proc/cpuinfo; then
preflight_pass+=("Your CPU supports the necessary AVX instruction set.") preflight_pass+=("Your CPU supports the necessary AVX instruction set.")
else else
preflight_fail+=("Your CPU does not appear to support AVX instructions.\nThis requirement was added to Star Citizen in version 3.11") preflight_fail+=("Your CPU does not appear to support AVX instructions.\nThis requirement was added to Star Citizen in version 3.11")