Update 00-pi_firmware_install.sh

This commit is contained in:
RomanNum3ral 2025-07-26 16:27:27 +00:00
parent 4c8d82481a
commit 9345caa791
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ sudo bash install.sh
# Add alias and Python script to .bashrc for the current user
sudo -u $CURRENT_USER bash -c "echo \"alias off='sudo /home/$CURRENT_USER/x735-v2.5/x735softsd.sh'\" >> /home/$CURRENT_USER/.bashrc"
sudo -u $CURRENT_USER bash -c "echo \"python /home/$CURRENT_USER/x735-v2.5/pwm_fan_control.py &\" >> /home/$CURRENT_USER/.bashrc"
sudo -u $CURRENT_USER bash -c "echo \"python3 /home/$CURRENT_USER/x735-v2.5/pwm_fan_control.py &\" >> /home/$CURRENT_USER/.bashrc"
# Notify user
echo "Setup complete. Please open a new terminal for changes to take effect."