Last active
May 10, 2018 01:37
-
-
Save Sinistral2099/897c8679f8fbd88357aca345c5b21c0a to your computer and use it in GitHub Desktop.
A script to perform an unattended upgrade a RetroPie.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
cd ~/RetroPie-Setup/ | |
git pull | |
sudo __nodialog=1 ./retropie_packages.sh raspbiantools apt_upgrade | |
sudo __nodialog=1 ./retropie_packages.sh setup post_update | |
sudo __nodialog=1 ./retropie_packages.sh setup update_packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment