mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 06:11:00 +00:00
Fix the fix
This commit is contained in:
@ -650,7 +650,7 @@ memory_check() {
|
||||
|
||||
# Check CPU for the required AVX extension
|
||||
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.")
|
||||
else
|
||||
preflight_fail+=("Your CPU does not appear to support AVX instructions.\nThis requirement was added to Star Citizen in version 3.11")
|
||||
|
Reference in New Issue
Block a user