Update install instructions and script
This commit is contained in:
parent
6eeef8f0e2
commit
b221c2fdce
2 changed files with 22 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue