From ad53cc8bfc2e367bc61a192a11b1d380cd70dec1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 26 Aug 2016 10:19:05 +1000 Subject: [PATCH] OpenWRT uptime --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index a789bb64..064e042e 100755 --- a/neofetch +++ b/neofetch @@ -151,7 +151,7 @@ getuptime() { case "$os" in "Linux" | "Windows") case "$distro" in - *"Puppy"* | "Quirky Werewolf"* | "Alpine Linux"* | "Windows"*) + *"Puppy"* | "Quirky Werewolf"* | "Alpine Linux"* | "OpenWRT"* | "Windows"*) uptime="$(uptime | awk -F ':[0-9]{2}+ |(, ){1}+' '{printf $2}')" ;;