2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-22 05:56:19 +00:00
repo/xorg/xorg-server/post-install

11 lines
142 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
-> addgroup USER video
EOF