Skip to content

Instantly share code, notes, and snippets.

@boseji
Created November 2, 2014 03:54
Show Gist options
  • Save boseji/84c3697e819eb2d4fa40 to your computer and use it in GitHub Desktop.
Save boseji/84c3697e819eb2d4fa40 to your computer and use it in GitHub Desktop.
Raspberry Pi Update
#!/bin/sh
sudo apt-get update
sudo apt-get upgrade -y
sudo rpi-update
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment