Fix blank oem info on Windows
This commit is contained in:
1
neofetch
1
neofetch
@@ -101,6 +101,7 @@ getmodel() {
|
|||||||
model="$(wmic computersystem get manufacturer,model /value)"
|
model="$(wmic computersystem get manufacturer,model /value)"
|
||||||
model="${model/Manufacturer'='}"
|
model="${model/Manufacturer'='}"
|
||||||
model="${model/Model'='}"
|
model="${model/Model'='}"
|
||||||
|
model="${model//To Be Filled*}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Solaris")
|
"Solaris")
|
||||||
|
|||||||
Reference in New Issue
Block a user