From e8bd2975e00a8273f91cbc10ec9c4fc886739a5a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 19 Jan 2017 14:04:59 +1100 Subject: [PATCH] Model: Add support for HP-UX --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) 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.