mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-16 10:15:09 +03:00
APKBUILD was rebased onto the latest verstion in Alpine aports (1.50.0-r3) [ci:skip-build]: bug in CI prevents it from completing, but builds fine locally
14 lines
374 B
Bash
14 lines
374 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package,
|
|
* enable and start the corresponding service (rc-update add <name>;
|
|
* rc-service <name> start), and restart networkmanager.
|
|
*
|
|
* If you chose iwd, you have to also add 'wifi.backend=iwd' into section
|
|
* '[device]' in /etc/NetworkManager/NetworkManager.conf.
|
|
*
|
|
EOF
|
|
|
|
exit 0
|