From c9c3c0786650bc348dc7d941956bfd99d3baa0e2 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 20 Feb 2021 18:06:49 -0500 Subject: [PATCH] Fix formatting --- lug-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index ae80fd9..73b8622 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -650,10 +650,10 @@ memory_check() { # Check CPU for the required AVX extension avx_check() { - if grep -q "avx" /proc/cpuinfo; then + if grep -q "avxa" /proc/cpuinfo; then preflight_pass+=("Your CPU supports the necessary AVX instruction set.") else - preflight_fail+=("Your CPU does not appear to support the necessary AVX instruction set.\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") fi }