Open main menu

Changes

X729-script

297 bytes added, Saturday at 10:52
sudo ./install-ssh.sh
Then create a '''x729off ''' alias command to execture safe shutdown.when using '''Raspberry pi 4 hardware''':
echo "alias x729off='sudo /usr/local/bin/xSoft.sh 0 26'" >> ~/.bashrc
run the following command to create a alias 'x729off' command when using '''Raspberry pi 5 hardware'''
echo "alias x729off='sudo /usr/local/bin/xSoft.sh '''4''' 26'" >> ~/.bashrc
Run the following command to make the alias '''x729off''' effective
source ~/.bashrc
Then you can run <code>x729off</code> to execute software shutdown as follows