mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
9 lines
385 B
Bash
9 lines
385 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S plugdev 2>/dev/null
|
|
|
|
printf " *\n * To setup system connections, regular users must be member of 'plugdev' group.\n *\n"
|
|
printf " *\n * To control WiFi devices, enable wpa_supplicant service: 'rc-update add wpa_supplicant default'\n"
|
|
printf " * then reboot the system or restart 'wpa_supplicant' and 'networkmanager' services respectively.\n *\n"
|
|
|
|
exit 0
|