mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
7 lines
No EOL
314 B
Text
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"
|
|
} |