From 43c1a33b41b1569041840f23283879e0e8d5242e Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Sat, 26 Jul 2025 15:28:51 +0000 Subject: [PATCH] Update 00-pi_firmware_install.sh --- 00-pi_firmware_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/00-pi_firmware_install.sh b/00-pi_firmware_install.sh index 14743ef..5cefc70 100644 --- a/00-pi_firmware_install.sh +++ b/00-pi_firmware_install.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file