From 962aca303d9d255291dc35c9c36e637c0c78e68d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Nov 2025 09:14:33 +0100 Subject: [PATCH] Change order and let it live forever --- 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 758a84c4..f8d7fc8f 100644 --- a/install/first-run/wifi.sh +++ b/install/first-run/wifi.sh @@ -1,6 +1,6 @@ if ! ping -c3 -W1 1.1.1.1 >/dev/null 2>&1; then - notify-send "󰖩 Click to Setup Wi-Fi" "Tab to navigate, Space to select, ? for help." -u critical -t 30000 notify-send " Update System" "When you have internet, click to update the system." -u critical + notify-send "󰖩 Click to Setup Wi-Fi" "Tab to navigate, Space to select, ? for help." -u critical else notify-send " Update System" "Click to update the system." -u critical fi