docs: update

This commit is contained in:
Dylan Araps 2019-09-24 20:36:15 +03:00
parent 78dd57874b
commit 0efdbb6e3b

2
pfetch
View File

@ -178,7 +178,7 @@ get_uptime() {
# The uptime format from 'sysctl' needs to be subtracted from
# the current time in seconds.
s="$(($(date +%s) - s))"
s=$(($(date +%s) - s))
;;
esac