Making the PowerBlock ready to go becomes even easier!
The installation of the PowerBlock driver is now a one-liner. We summarised the installation steps that are needed for installing the PowerBlock driver and the service and put all that as an installation script into the driver repository.
That means, to install the driver and service for the PowerBlock you need to call this line on the console:
sudo ./uninstall.sh
wget -O - https://raw.githubusercontent.com/petrockblog/PowerBlock/master/install.sh | sudo bash
And that’s it! To uninstall the PowerBlock service you just need to call
You can also find all these information in the README within the PowerBlock repository
We hope you find that helpful and wish you good luck with your project!