aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch3
1 files changed, 2 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index d47b878..02f48c9 100755
--- a/pfetch
+++ b/pfetch
@@ -429,7 +429,8 @@ get_host() {
;;
(OpenBSD*)
- host=$(sysctl -n hw.version)
+ host=$(sysctl -n hw.vendor \
+ hw.product)
;;
(*BSD* | Minix)