aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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