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
16 lines
444 B
Bash
16 lines
444 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* To modify system network connections without the root password, add your user
|
|
* account to the 'plugdev' group.
|
|
*
|
|
* If you use wifi, bluetooth, ppp, wwan (mobile broadband), adsl or ovs (Open
|
|
* vSwitch), install the corresponding plugin: apk add networkmanager-<name>.
|
|
*
|
|
* If you use NetworkManager features which require dnsmasq, you need to install
|
|
* dnsmasq support: apk add networkmanager-dnsmasq
|
|
*
|
|
EOF
|
|
|
|
exit 0
|