mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-25 08:40:10 -07:00
11 lines
130 B
Bash
Executable File
11 lines
130 B
Bash
Executable File
#!/bin/sh
|
||
|
||
cat <<EOF
|
||
|
||
NOTE: You must be a part of the [1minput[m group
|
||
for libinput to work.
|
||
|
||
-> addgroup USER input
|
||
|
||
EOF
|