Files
omarchy/install/first-run/wifi.sh
David Heinemeier Hansson 23d9b3ae71 Use 644 to match with ISO
2025-09-13 21:18:33 +02:00

4 lines
88 B
Bash

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