Polish up install script and update README
This commit is contained in:
parent
45feec3d78
commit
0384311e7b
2 changed files with 36 additions and 45 deletions
|
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
if ! `grep -q mustang-user /etc/passwd`; then
|
||||
echo "Create non-privileged user for MIDI bridge"
|
||||
useradd -M -s /bin/false mustang-user
|
||||
useradd -M -s /bin/false -G plugdev,audio mustang-user
|
||||
fi
|
||||
|
||||
echo "Copy program and support scripts to $BINDIR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue