Changes

Jump to navigation Jump to search

X735-script

285 bytes added, 15 June
Run the following command to install software shutdown script (sss)
sudo ./install-sss.sh
Then run the following command to create a alias 'x735off' commandwhen using '''Raspberry pi 4 hardware'''
echo 'alias x735off="sudo /usr/local/bin/xSoft.sh 0 20"' >> ~/.bashrc
 
run the following command to create a alias 'x735off' command when using '''Raspberry pi 5 hardware'''
echo 'alias x735off="sudo /usr/local/bin/xSoft.sh 4 20"' >> ~/.bashrc
 
Run the following command to make the alias '''x735off''' effective
source ~/.bashrc
After the installation is complete, an <code>x735off</code> command will be created to safe shut down.Then you can run <code>x735xoff</code> to execute software shutdown.

Navigation menu