diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..c9b289b --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +sudo rm -rf /opt/RetroFlag +sudo sed -i -e "s/^sudo python3.*//g" /etc/rc.local + +echo "RetroFlag Pi Case uninstallation done. Will now reboot after 3 seconds." +sleep 3 +sudo reboot