blob: b46508f1980d1b5e682ee701e967fd37ca77cffc (
plain)
1
2
3
4
5
|
post_install() {
echo ":: To allow access to input devices, please add your user to the 'input' group:"
echo " sudo usermod -a -G input <username>"
echo ":: You may need to log out and back in for the group changes to take effect."
}
|