diff --git a/neofetch b/neofetch index b7c25e5d..6991dd96 100755 --- a/neofetch +++ b/neofetch @@ -4934,7 +4934,7 @@ get_local_ip() { "Mac OS X" | "macOS" | "iPhone OS") if [[ "${local_ip_interface[0]}" == "auto" ]]; then - interface="$(route get 1 | awk -F': ' '/interface/ {printf $2; exit}')" + interface="$(route -n get 1 | awk -F': ' '/interface/ {printf $2; exit}')" local_ip="$(ipconfig getifaddr "$interface")" else for interface in "${local_ip_interface[@]}"; do