Model [AIX]: Reduce dependency on prtconf
This commit is contained in:
parent
a032067e54
commit
789ff58583
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -316,7 +316,7 @@ get_model() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"AIX")
|
"AIX")
|
||||||
model="$(prtconf | awk -F':' '/System Model/ {printf $2}')"
|
model="$(/usr/bin/uname -M)"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Reference in a new issue