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