mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/sh
|
|
|
|
unset WIRELESS_REGDOM
|
|
. /etc/wireless-regdom.conf
|
|
[ -n "${WIRELESS_REGDOM}" ] && iw reg set ${WIRELESS_REGDOM}
|