Update USB Server

Hello everyone
I wanted to know which procedure to perform to update the USB Server on my Raspberry Pi.

#2

sudo pkill vhusbd
rm /path/to/vhusbdarmhf
wget https://www.virtualhere.com/sites/default/files/usbserver/vhusbdarmhf
chmod +x ./vhusbdarmhf
sudo ./vhusbdarmhf -b

#4

The instructions have changed slightly since the server filename as changed since 2015

sudo pkill vhusbdarm
wget https://www.virtualhere.com/sites/default/files/usbserver/vhusbdarm
chmod +x ./vhusbdarm
sudo ./vhusbdarm -b
#7

Am I correct that the uninstall script on the same location of github must be run first, when upgrading?

 

#8

Yes run the uninstall script then the install script again