docs: update
This commit is contained in:
parent
b940067717
commit
807cf44671
1 changed files with 6 additions and 0 deletions
6
pfetch
6
pfetch
|
@ -246,6 +246,12 @@ get_host() {
|
|||
*BSD*)
|
||||
host=$(sysctl -n hw.vendor hw.product)
|
||||
;;
|
||||
|
||||
Haiku)
|
||||
# '$arch' ends up being the hostname(?) on Haiku and
|
||||
# there is no other way to get host information.
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
# '$arch' is the cached output from 'uname -m'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue