diff --git a/neofetch b/neofetch index aaf8cfb0..cbe8b59b 100755 --- a/neofetch +++ b/neofetch @@ -150,7 +150,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}')" ;;