mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 21:10:41 +01:00
7 lines
411 B
Text
7 lines
411 B
Text
post_install() {
|
|
# serial port permissions
|
|
# (https://chirp.danplanet.com/projects/chirp/wiki/Running_Under_Linux#serial-port-permissions)
|
|
echo "==> You may need to add your user to the 'uucp' group to access serial ports and devices."
|
|
echo -e "==> This can be accomplished with: '\e[32msudo usermod -aG uucp \$USER\e[0m'"
|
|
echo "==> Then you will need to log out and back in for it to take effect."
|
|
}
|