mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
7 lines
138 B
Bash
7 lines
138 B
Bash
echo "Install Impala as new wifi selection TUI"
|
|
|
|
if omarchy-cmd-missing impala; then
|
|
omarchy-pkg-add impala
|
|
omarchy-refresh-waybar
|
|
fi
|