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