mirror of
https://github.com/marcriera/ddgo-pnp-controller.git
synced 2025-05-01 14:17:07 +02:00
Split RNDIS gadget into individual script
This commit is contained in:
parent
a98a1c07d6
commit
f03c7849df
5 changed files with 29 additions and 23 deletions
8
dist/hook_magic_36558b710a.sh
vendored
8
dist/hook_magic_36558b710a.sh
vendored
|
@ -98,6 +98,14 @@ fi
|
|||
|
||||
chmod 755 /usr/bin/ddgo-pnp-controller
|
||||
|
||||
|
||||
if ! cp -f "${USB_ROOT}/payload/rndis-gadget.sh" /usr/bin; then
|
||||
echo "Failed to install rndis-gadget.sh"
|
||||
error_exit
|
||||
fi
|
||||
|
||||
chmod 755 /usr/bin/rndis-gadget.sh
|
||||
|
||||
echo "Installation complete"
|
||||
|
||||
# We're done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue