nesto-software / USBProxy

A USB proxy for rpi 4b, based on libUSB & gadgetFS - maintained by Nesto
GNU General Public License v2.0
49 stars 12 forks source link

Install prerequisites in installer script #29

Closed MartinLoeper closed 3 years ago

MartinLoeper commented 3 years ago

Add installation of prerequisites to the installer script which grabs .deb file from GitHub releases.
Otherwise the one-liner will most probably fail because one of the dependencies is missing, e.g. libusb.

MartinLoeper commented 3 years ago

done