blob: 9467dd9e6d9afb17d91e559ea64804705b80f3c5 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "To use keyboard controls, you need to be in the "input" group."
echo "You can add yourself to the "input" group like this:"
echo "sudo usermod -aG input \$USER"
echo "Then log out and back in."
echo "You can still use the program without keyboard input, it just won't be as good"
}
|