aur/dcat.install
2026-01-27 13:40:07 -05:00

7 lines
No EOL
314 B
Text

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"
}