| <1> |
Download the required script
|
| |
pi@raspberrypi ~
$
wget
https://raw.githubusercontent.com/suptronics/x710-script/master/x710.sh |
| |
|
| <2> |
Install the script |
| |
pi@raspberrypi ~
$
sudo bash x710.sh |
| |
|
| <3> |
Setting up the command to turn
off X710 from software |
| |
pi@raspberrypi ~
$
printf "%s\n" "alias x710off='sudo
x710softsd.sh'" >> ~/.bashrc |
| |
|
| <4> |
Reboot
the Raspberry Pi |
| |
pi@raspberrypi ~
$
sudo reboot |
| |
|
|
<5> |
Powering off the Raspberry Pi
from software |
| |
pi@raspberrypi ~
$
x710off |
| |
|