mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user