From 41f0deddf7182f8a040df459f70384a0763ad469 Mon Sep 17 00:00:00 2001 From: hmlr Date: Fri, 22 Apr 2022 21:15:22 +0200 Subject: fixed host issue --- pfetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3