mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Open Impala on first run if we don't have internet already
This commit is contained in:
@@ -9,5 +9,6 @@ if [[ -f "$FIRST_RUN_MODE" ]]; then
|
|||||||
bash "$OMARCHY_PATH/install/first-run/battery-monitor.sh"
|
bash "$OMARCHY_PATH/install/first-run/battery-monitor.sh"
|
||||||
bash "$OMARCHY_PATH/install/first-run/firewall.sh"
|
bash "$OMARCHY_PATH/install/first-run/firewall.sh"
|
||||||
bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh"
|
bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh"
|
||||||
|
bash "$OMARCHY_PATH/install/first-run/wifi.sh"
|
||||||
sudo rm -f /etc/sudoers.d/first-run
|
sudo rm -f /etc/sudoers.d/first-run
|
||||||
fi
|
fi
|
||||||
|
|||||||
3
install/first-run/wifi.sh
Executable file
3
install/first-run/wifi.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
if ! ping -c5 -W1 1.1.1.1 >/dev/null 2>&1; then
|
||||||
|
alacritty --class=Impala -e impala
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user