repo/xorg/xorg-server/post-install
2019-10-24 17:44:54 +03:00

11 lines
133 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
cat <<EOF
NOTE: You must be a part of the video group
for xorg-server to work.
-> addgroup USER video
EOF