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