Commit 6ede242b authored by Dylan Araps's avatar Dylan Araps

Fix blank model output on Windows

parent e590ddc1
...@@ -101,7 +101,7 @@ getmodel() { ...@@ -101,7 +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*}" model="${model//*To Be Filled*}"
;; ;;
"Solaris") "Solaris")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment