Update 00-pi_firmware_install.sh

This commit is contained in:
RomanNum3ral 2025-07-26 15:28:51 +00:00
parent a50217feba
commit 43c1a33b41
1 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ 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
sudo -u anon echo "alias off='sudo x735softsd.sh'" >> ~/.bashrc
sudo -u anon echo "python /home/anon/x735-v2.5/pwm_fan_control.py&" >> ~/.bashrc