removed unneeded variable
This commit is contained in:
parent
8d83d3b114
commit
09660208ec
1
neofetch
1
neofetch
|
@ -502,7 +502,6 @@ getdistro () {
|
||||||
|
|
||||||
"iPhone OS")
|
"iPhone OS")
|
||||||
distro="iOS $(sw_vers -productVersion)"
|
distro="iOS $(sw_vers -productVersion)"
|
||||||
idevice="$(uname -m)"
|
|
||||||
|
|
||||||
# "uname -m" doesn't print architecture on iOS so we force it off.
|
# "uname -m" doesn't print architecture on iOS so we force it off.
|
||||||
os_arch="off"
|
os_arch="off"
|
||||||
|
|
Reference in New Issue