Model: Add support for HP-UX
This commit is contained in:
parent
9a7b4c3871
commit
e8bd2975e0
1 changed files with 4 additions and 0 deletions
4
neofetch
4
neofetch
|
@ -287,6 +287,10 @@ get_model() {
|
||||||
"AIX")
|
"AIX")
|
||||||
model="$(prtconf | awk -F':' '/System Model/ {printf $2}')"
|
model="$(prtconf | awk -F':' '/System Model/ {printf $2}')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"HP-UX")
|
||||||
|
model="$(model)"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Remove dummy OEM info.
|
# Remove dummy OEM info.
|
||||||
|
|
Loading…
Add table
Reference in a new issue