Update 00-pi_firmware_install.sh
This commit is contained in:
parent
a50217feba
commit
43c1a33b41
|
@ -7,5 +7,5 @@ git clone https://gitea.fortis-scientia.com/RomanNum3ral/x735-v2.5
|
||||||
cd x735-v2.5
|
cd x735-v2.5
|
||||||
sudo chmod +X *.sh
|
sudo chmod +X *.sh
|
||||||
sudo bash install.sh
|
sudo bash install.sh
|
||||||
echo "alias off='sudo x735softsd.sh'" >> ~/.bashrc
|
sudo -u anon echo "alias off='sudo x735softsd.sh'" >> ~/.bashrc
|
||||||
echo "python /home/anon/x735-v2.5/pwm_fan_control.py&" >> ~/.bashrc
|
sudo -u anon echo "python /home/anon/x735-v2.5/pwm_fan_control.py&" >> ~/.bashrc
|
Loading…
Reference in New Issue