From 789ff58583f2d31cc85e2a7c1242653aa10c3efb Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Thu, 22 Jun 2017 01:16:24 +0700 Subject: [PATCH] Model [AIX]: Reduce dependency on prtconf --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 13bef3cb..b5b3ab70 100755 --- a/neofetch +++ b/neofetch @@ -316,7 +316,7 @@ get_model() { ;; "AIX") - model="$(prtconf | awk -F':' '/System Model/ {printf $2}')" + model="$(/usr/bin/uname -M)" ;; esac