Open main menu

Changes

XScript

313 bytes added, 11:38, 17 June 2023
'''install'''
 
<pre>
cd ~
sudo pacman -Syyu
sudo pacman -S python python-setuptools git python-raspberry-gpio #The script that the fan runs depends on the RPi.GPIO Python library. Since this OS does not include this package by default, we need to install it manually.Refer to [[How to Install RPi.GPIO Python Library]]
cd ~
git clone https://github.com/geekworm-com/xscript.git
#If the current OS does not include the git tool, then you need to use the following command to install it
sudo pacman -S git
cd x-c1
sudo chmod +x *.sh rc.local