Open main menu

Changes

X885-software

206 bytes added, 16:31, 24 July 2023
no edit summary
{{GD Template Impl}}
 
<big>Although this tutorial is still available, but we strongly recommend that you use [[XScript]] new tutorial, and we no longer maintain this page</big>
 
 
<hr>
First, you need to log into your Raspberry Pi 4 host via ssh
cd ~
git clone https://github.com/geekworm-com/X885
cd x729X885
chmod +x *.sh
sudo bash pwr.sh
#Setting up the command to turn off xoff from software
printf "%s\n" "alias x729offxoff='sudo xsoftsd.sh'" >> ~/.bashrc
#Reboot the Raspberry Pi or '''long press on-board button switch to turn off'''
cd X885
</pre>
python fan.py
or
python3 fan.py
4.2 Add a line at the end of the file that reads like this:
@reboot python python3 /home/pi/X885/fan.py
[[File:X885-1.png|800px]]
You can refer to [[How to add crontab job]]
 
5. How to uninstall installation script?
sudo ./uninstall.sh