Update install instructions and script

This commit is contained in:
hirsch 2016-09-02 21:33:44 -04:00
parent 6eeef8f0e2
commit b221c2fdce
2 changed files with 22 additions and 6 deletions

View file

@ -33,9 +33,11 @@ echo "Copy init script to $INITDIR and register"
cp -f mustang_bridge $INITDIR
chmod 0755 $INITDIR/mustang_bridge
chown root:root $INITDIR/mustang_bridge
update-rc.d mustang_bridge defaults
# Run it right now to create the /var/run directory
$INITDIR/mustang_bridge
echo "Copy udev rules to $UDEVDIR and refresh system"
cp -f 50-mustang.rules $UDEVDIR