mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 00:04:18 +00:00
Fix formatting
This commit is contained in:
parent
2e883423d3
commit
c9c3c07866
@ -650,10 +650,10 @@ memory_check() {
|
|||||||
|
|
||||||
# Check CPU for the required AVX extension
|
# Check CPU for the required AVX extension
|
||||||
avx_check() {
|
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.")
|
preflight_pass+=("Your CPU supports the necessary AVX instruction set.")
|
||||||
else
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user