Fix blank oem info on Windows

This commit is contained in:
Dylan Araps 2016-10-02 11:58:28 +11:00
parent 6f002ff219
commit e590ddc10f
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ getmodel() {
model="$(wmic computersystem get manufacturer,model /value)"
model="${model/Manufacturer'='}"
model="${model/Model'='}"
model="${model//To Be Filled*}"
;;
"Solaris")