forked from kiss-community/repo
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
|
#!/bin/sh
|
|||
|
|
|||
|
cat <<EOF
|
|||
|
|
|||
|
NOTE: You must be a part of the [1mvideo[m group
|
|||
|
for xorg-server to work.
|
|||
|
|
|||
|
-> addgroup USER video
|
|||
|
|
|||
|
EOF
|