Open Impala on first run if we don't have internet already

This commit is contained in:
David Heinemeier Hansson
2025-09-13 20:29:51 +02:00
parent 57bb63b5a3
commit a9fe693ed9
2 changed files with 4 additions and 0 deletions

3
install/first-run/wifi.sh Executable file
View File

@@ -0,0 +1,3 @@
if ! ping -c5 -W1 1.1.1.1 >/dev/null 2>&1; then
alacritty --class=Impala -e impala
fi