I've also created a bash script that makes use of the multi_switch.sh
So the script hast to be placed alongside the Python code to work.
I haven't changed installer... so the best way is to install the original script and then to use the changed python code from my repo and place the bash script alongside the python script.
@Drakaen391 you can use this method ;)
To install use this:
Login with SSH
Got to installed directory with cd /opt/RetroFlag
download the multi_switch script with sudo wget https://raw.githubusercontent.com/crcerror/ES-generic-shutdown/master/multi_switch.sh
Make script executable sudo chmod +x multi_switch.sh
Remove old script with sudo rm SafeShutdown.py
Get new script with sudo wget https://raw.githubusercontent.com/crcerror/retroflag-picase/master/SafeShutdown.py