Created
December 16, 2017 10:15
-
-
Save pamtrak06/05ce4a1e0160ca9f43c7025f03102dfc to your computer and use it in GitHub Desktop.
Raspbian : install rpi-update, run it and reboot
This file contains 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
sudo apt-get -y update | |
sudo apt-get -y install rpi-update | |
sudo rpi-update | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment