mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-10 21:00:09 -07:00
11 lines
142 B
Bash
Executable File
11 lines
142 B
Bash
Executable File
#!/bin/sh
|
||
|
||
cat <<EOF
|
||
|
||
NOTE: You must be a part of the [1mvideo[m group
|
||
for rootless xorg-server to work.
|
||
|
||
-> addgroup USER video
|
||
|
||
EOF
|