diff --git a/neofetch b/neofetch index 03d5a621..57719e3f 100755 --- a/neofetch +++ b/neofetch @@ -289,7 +289,7 @@ get_uptime() { *) # Get uptime in seconds case "$os" in - "Linux" | "Windows") + "Linux" | "Windows" | "GNU") seconds="$(< /proc/uptime)" seconds="${seconds/.*}" ;;