diff --git a/neofetch b/neofetch index 1c64c568..4971f285 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/.*}" ;;