Add pi_firmware_install.sh

This commit is contained in:
RomanNum3ral 2025-07-26 14:53:56 +00:00
parent ba91b55743
commit a2702774de
1 changed files with 11 additions and 0 deletions

11
pi_firmware_install.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
sudo apt-get update && sudo apt-get upgrade -y
sudo apt install -y python3
#sudo apt install -y python-pigpio
sudo apt install -y pigpio python3-pigpio git
git clone https://gitea.fortis-scientia.com/RomanNum3ral/x735-v2.5
cd x735-v2.5
sudo chmod +X *.sh
sudo bash install.sh
echo "alias off='sudo x735softsd.sh'" >> ~/.bashrc
echo "python /home/anon/x735-v2.5/pwm_fan_control.py&" >> ~/.bashrc