Model [AIX]: Reduce dependency on prtconf

master
Muhammad Herdiansyah 9 years ago committed by Herdiansyah
parent a032067e54
commit 789ff58583
  1. 2
      neofetch

@ -316,7 +316,7 @@ get_model() {
;;
"AIX")
model="$(prtconf | awk -F':' '/System Model/ {printf $2}')"
model="$(/usr/bin/uname -M)"
;;
esac

Loading…
Cancel
Save