Skip to content

Instantly share code, notes, and snippets.

@Sinistral2099
Last active May 10, 2018 01:37
Show Gist options
  • Save Sinistral2099/897c8679f8fbd88357aca345c5b21c0a to your computer and use it in GitHub Desktop.
Save Sinistral2099/897c8679f8fbd88357aca345c5b21c0a to your computer and use it in GitHub Desktop.
A script to perform an unattended upgrade a RetroPie.
#!/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