Merge branch 'model2' of https://github.com/dylanaraps/neofetch into model2
This commit is contained in:
commit
26af24dcc6
1 changed files with 4 additions and 0 deletions
4
neofetch
4
neofetch
|
@ -93,6 +93,10 @@ getmodel() {
|
|||
model="${model/Manufacturer'='}"
|
||||
model="${model/Model'='}"
|
||||
;;
|
||||
|
||||
"Solaris")
|
||||
model="$(prtconf -b | awk -F':' '/banner-name/ {printf $2}')"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue