Update wifictl

This commit is contained in:
Philippe Simons
2025-08-12 19:12:45 +02:00
committed by GitHub
parent f0bc55fa82
commit 0ed9271519

View File

@@ -73,7 +73,7 @@ wait_for_wifi() {
list_wifi() {
wait_for_wifi
iwctl station "${WIFI_DEV}" get-networks | grep -E '^\s+\S' | awk '{print $1}' | tail -n +2
iwctl station "${WIFI_DEV}" get-networks | grep -E '^\s+\S' | awk '{print $1}'
}
set_powersave() {