Update 00-pi_firmware_install.sh
This commit is contained in:
parent
4c8d82481a
commit
9345caa791
|
@ -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."
|
Loading…
Reference in New Issue