2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +00:00
repo/xorg/xorg-server/post-install

16 lines
326 B
Plaintext
Raw Normal View History

2019-10-24 14:44:54 +00:00
#!/bin/sh
cat <<EOF
NOTE: You must be a part of the video group
for rootless xorg-server to work.
2019-10-24 14:44:54 +00:00
NOTE: This groups based permissions model may not
be suitable if KISS will be used as a multi
user system. Further configuration can be
done at your own discretion.
2019-10-24 14:44:54 +00:00
-> addgroup USER video
EOF