Fix blank oem info on Windows
This commit is contained in:
parent
6f002ff219
commit
e590ddc10f
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -101,6 +101,7 @@ getmodel() {
|
|||
model="$(wmic computersystem get manufacturer,model /value)"
|
||||
model="${model/Manufacturer'='}"
|
||||
model="${model/Model'='}"
|
||||
model="${model//To Be Filled*}"
|
||||
;;
|
||||
|
||||
"Solaris")
|
||||
|
|
Loading…
Reference in a new issue