Skip to content

Commit

Permalink
Add uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley authored Dec 28, 2019
1 parent 2b40381 commit 0c02d2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c02d2f

Please sign in to comment.