mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-21 14:53:35 +08:00
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:
24
README.md
24
README.md
@@ -2,17 +2,25 @@
|
|||||||
|
|
||||||
An easier way to update the firmware of your Raspberry Pi.
|
An easier way to update the firmware of your Raspberry Pi.
|
||||||
|
|
||||||
## Preparations
|
## Installing under Raspbian
|
||||||
|
|
||||||
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:
|
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
|
## Updating
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user