From d58fe8b4a0f44bdb8548183fe7f7a9abff996089 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 14 Sep 2025 11:41:42 +0200 Subject: [PATCH] Lower timeout test Network should be up and runn --- install/first-run/wifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/first-run/wifi.sh b/install/first-run/wifi.sh index a6ce78b..0298900 100644 --- a/install/first-run/wifi.sh +++ b/install/first-run/wifi.sh @@ -1,3 +1,3 @@ -if ! ping -c5 -W1 1.1.1.1 >/dev/null 2>&1; then +if ! ping -c3 -W1 1.1.1.1 >/dev/null 2>&1; then notify-send "󰖩 Click to Setup Wi-Fi" "Tab between sections, space selects, ? for help." -u critical -t 30000 fi