mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Open Impala on first run if we don't have internet already
This commit is contained in:
Executable
+3
@@ -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