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

feat: Improve CPU detection (#980)

parent fe8615d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -147,6 +147,7 @@ cpu() {
  cpu="${cpu// Core TM/ Core}"
  cpu="${cpu// with Radeon Graphics/}"
  cpu="${cpu// with Radeon Vega Graphics/}"
  cpu="${cpu// with Radeon Vega Mobile Gfx/}"
  
  [ -z "${cpu// /}" ] && cpu="Unknown"