Distro [BSD]: Use -m instead of -p
This commit is contained in:
parent
75b347b7d8
commit
e305140e8d
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -222,7 +222,7 @@ get_distro() {
|
|||
|
||||
# Get OS architecture.
|
||||
case "$os" in
|
||||
"Solaris" | "AIX" | "BSD" | "Haiku" | "IRIX") machine_arch="$(uname -p)" ;;
|
||||
"Solaris" | "AIX" | "Haiku" | "IRIX") machine_arch="$(uname -p)" ;;
|
||||
*) machine_arch="$(uname -m)" ;;
|
||||
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue