Skip to content

Instantly share code, notes, and snippets.

@artemaminov
Created October 14, 2019 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artemaminov/be2c28459c0b84138f9219933cc1ce0b to your computer and use it in GitHub Desktop.
Save artemaminov/be2c28459c0b84138f9219933cc1ce0b to your computer and use it in GitHub Desktop.
virtualhere onion omega
#!/bin/sh
wget https://www.virtualhere.com/sites/default/files/usbserver/vhusbdmipsel -O /usr/bin/vhusbdmipsel
chmod +x /usr/bin/vhusbdmipsel
wget https://raw.githubusercontent.com/OnionIoT/omega2-lidar-kit/master/scripts/virtualhere -O /etc/init.d/virtualhere
chmod +x /etc/init.d/virtualhere
/etc/init.d/virtualhere enable
/etc/init.d/virtualhere start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment