forked from kiss-community/repo
11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
|
#!/bin/sh
|
|||
|
|
|||
|
cat <<EOF
|
|||
|
|
|||
|
NOTE: You must be a part of the [1minput[m group
|
|||
|
for libinput to work.
|
|||
|
|
|||
|
-> addgroup USER input
|
|||
|
|
|||
|
EOF
|