openbsd: Show host correctly
This commit is contained in:
parent
6ce6b1a0f7
commit
c8aca296c1
6
pfetch
6
pfetch
|
@ -274,7 +274,7 @@ get_os() {
|
|||
IFS='(' read -r distro _ < /etc/release
|
||||
;;
|
||||
|
||||
OpenBSD)
|
||||
OpenBSD*)
|
||||
# Show the OpenBSD version type (current if present).
|
||||
# kern.version=OpenBSD 6.6-current (GENERIC.MP) ...
|
||||
IFS=' =' read -r _ distro openbsd_ver _ <<-EOF
|
||||
|
@ -327,6 +327,10 @@ get_host() {
|
|||
machdep.dmi.system-product)
|
||||
;;
|
||||
|
||||
OpenBSD*)
|
||||
host=$(sysctl -n hw.version)
|
||||
;;
|
||||
|
||||
*BSD*|Minix)
|
||||
host=$(sysctl -n hw.vendor hw.product)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user