aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index 14fc6d1..af80084 100755
--- a/pfetch
+++ b/pfetch
@@ -349,7 +349,7 @@ get_uptime() {
IFS=. read -r s _ < /proc/uptime
;;
- Darwin*|*BSD*)
+ Darwin*|*BSD*|DragonFly*)
s=$(sysctl -n kern.boottime)
# Extract the uptime in seconds from the following output: