mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-06 08:27:22 +08:00
Update utils.sh
This commit is contained in:
parent
64ea2ccf7e
commit
90a3713796
@ -123,11 +123,17 @@ cpu() {
|
||||
fi
|
||||
|
||||
cpu="${cpu// CPU/}"
|
||||
cpu="${cpu// 4 Core/}"
|
||||
cpu="${cpu// 6 Core/}"
|
||||
cpu="${cpu// 8 Core/}"
|
||||
cpu="${cpu// 10 Core/}"
|
||||
cpu="${cpu// 12 Core/}"
|
||||
cpu="${cpu// 16 Core/}"
|
||||
cpu="${cpu// 32 Core/}"
|
||||
cpu="${cpu// 64 Core/}"
|
||||
cpu="${cpu//7th Gen /}"
|
||||
cpu="${cpu//8th Gen /}"
|
||||
cpu="${cpu//9th Gen /}"
|
||||
cpu="${cpu//10th Gen /}"
|
||||
cpu="${cpu//11th Gen /}"
|
||||
cpu="${cpu//12th Gen /}"
|
||||
@ -136,6 +142,8 @@ cpu() {
|
||||
cpu="${cpu//15th Gen /}"
|
||||
cpu="${cpu// Processor/}"
|
||||
cpu="${cpu// Quad core/}"
|
||||
cpu="${cpu// Dual core/}"
|
||||
cpu="${cpu// Octa core/}"
|
||||
cpu="${cpu// Core TM/ Core}"
|
||||
cpu="${cpu// with Radeon Graphics/}"
|
||||
cpu="${cpu// with Radeon Vega Graphics/}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user