Unverified Commit cdc94f33 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Improve CPU detection (#626)

parent a42cb347
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ CPU="${CPU// CPU/}"
CPU="${CPU// 16 Core/}"
CPU="${CPU// Processor/}"
CPU="${CPU// Quad core/}"
CPU="${CPU// Core TM/ Core}"
CPU="${CPU// with Radeon Graphics/}"
[ -z "${CPU// /}" ] && CPU="Unknown"

+2 −2

File changed.

Contains only whitespace changes.