diff --git a/neofetch b/neofetch index 0c635162..f8f4caf2 100755 --- a/neofetch +++ b/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")