Merge pull request #1760 from ROCKNIX/loki666-patch-1

Update wifictl
This commit is contained in:
Philippe Simons
2025-08-12 19:13:12 +02:00
committed by GitHub

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() {