Polish up install script and update README

This commit is contained in:
hirsch 2016-07-31 19:34:15 -04:00
parent 45feec3d78
commit 0384311e7b
2 changed files with 36 additions and 45 deletions

View file

@ -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"