Skip to content

Commit

Permalink
feat: Improve CPU detection (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 6, 2025
1 parent d71834a commit 41db7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ fi

CPU="${CPU// CPU/}"
CPU="${CPU// 16 Core/}"
CPU="${CPU// 32 Core/}"
CPU="${CPU// 64 Core/}"
CPU="${CPU// Processor/}"
CPU="${CPU// Quad core/}"
CPU="${CPU// Core TM/ Core}"
Expand Down

0 comments on commit 41db7c1

Please sign in to comment.