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

View File

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