Merge branch 'model2' of https://github.com/dylanaraps/neofetch into model2

This commit is contained in:
Dylan Araps 2016-08-19 10:39:57 +10:00
commit 26af24dcc6
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ getmodel() {
model="${model/Manufacturer'='}" model="${model/Manufacturer'='}"
model="${model/Model'='}" model="${model/Model'='}"
;; ;;
"Solaris")
model="$(prtconf -b | awk -F':' '/banner-name/ {printf $2}')"
;;
esac esac
} }