From c1cecae824dbb7c045d218a047d47d50b767fa50 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 9 Mar 2020 08:29:35 +0200 Subject: [PATCH] pfetch: Minix host information --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 35560b6..9baf21f 100755 --- a/pfetch +++ b/pfetch @@ -249,7 +249,7 @@ get_host() { machdep.dmi.system-product) ;; - *BSD*) + *BSD*|Minix) host=$(sysctl -n hw.vendor hw.product) ;; esac