Test?
This commit is contained in:
parent
59eae428dd
commit
7089189521
1 changed files with 2 additions and 1 deletions
3
neofetch
3
neofetch
|
@ -501,7 +501,8 @@ 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="iOS"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"OpenBSD")
|
"OpenBSD")
|
||||||
|
|
Loading…
Reference in a new issue