diff --git a/neofetch b/neofetch index 546ec0de..3cefd282 100755 --- a/neofetch +++ b/neofetch @@ -287,6 +287,10 @@ get_model() { "AIX") model="$(prtconf | awk -F':' '/System Model/ {printf $2}')" ;; + + "HP-UX") + model="$(model)" + ;; esac # Remove dummy OEM info.