oops, forgot a quote
This commit is contained in:
parent
5e7563042c
commit
3376a7d697
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1167,7 +1167,7 @@ getgpu () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"iPhone OS")
|
"iPhone OS")
|
||||||
gpu=$(awk -F '|' '/$(uname -m)/ {printf $4}' idevicehw.csv)"
|
gpu="$(awk -F '|' '/$(uname -m)/ {printf $4}' idevicehw.csv)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*"BSD")
|
*"BSD")
|
||||||
|
|
Loading…
Reference in a new issue