Skip to content

Instantly share code, notes, and snippets.

@Witiko
Created May 27, 2013 01:30
Show Gist options
  • Save Witiko/5654727 to your computer and use it in GitHub Desktop.
Save Witiko/5654727 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Raspi FW update tool
sudo apt-get install git-core binutils ca-certificates
sudo wget http://raw.github.com/Hexxeh/rpi-update/master/rpi-update -O /usr/bin/rpi-update
sudo chmod +x /usr/bin/rpi-update
sudo rpi-update
# Clean-up
sudo apt-get purge git-core binutils ca-certificates
sudo rm -rf /usr/bin/rpi-update /root/.rpi-firmware
# Ta-da!
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment