Remove model name from distro output
This commit is contained in:
parent
421f1ad52d
commit
7682be5522
1
neofetch
1
neofetch
|
@ -502,6 +502,7 @@ getdistro () {
|
||||||
|
|
||||||
"iPhone OS")
|
"iPhone OS")
|
||||||
distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)"
|
distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)"
|
||||||
|
distro=$(printf "%s" "$distro" | awk '{printf $1 $2}')
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"OpenBSD")
|
"OpenBSD")
|
||||||
|
|
Reference in New Issue