Changed install procedure since rpi-update is now available as a package.

See #93
https://github.com/Hexxeh/rpi-update/issues/93

Restoring old installation technique following comments of skgsergio in
addition of the new `apt` based installation

mending indentation
This commit is contained in:
Cerber
2013-05-17 11:01:28 +02:00
parent 2734929ab5
commit 777e3140d6

View File

@@ -2,17 +2,25 @@
An easier way to update the firmware of your Raspberry Pi.
## Preparations
You need git installed to use this too. To install run:
sudo apt-get install git-core
## Installing
## Installing under Raspbian
To install the tool, run the following command:
sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update
sudo apt-get install rpi-update
## Installing on other OS
### Preparations
You need git installed to use this too. To install run:
sudo apt-get install git-core
### Installing
To install the tool, run the following command:
sudo wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update
## Updating