Download and installation steps of WorkHeart USB node program for Ubuntu version
1. Enter the program running directory
cd /privasea
2. Update package list
sudo apt update -y
3. Install USB extension
sudo apt install libusb-0.1-4
4. Download file
sudo wget -q https://storage.googleapis.com/bkt-privasea-face-pre-public/calc-node/prod/usb-ubuntu-node.zip
5. Install unzip
sudo apt install -y unzip
6. Unzip the file
sudo unzip -q usb-ubuntu-node.zip
7. Delete the downloaded zip file
rm -f usb-ubuntu-node.zip
8. Add execute permissions to files in the directory
chmod -R +x *