mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Merge pull request #94 from GrmpCerber/PackagedInstallAndTlsEverywhere
Packaged install and tls everywhere
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
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
REPO_URI="http://github.com/Hexxeh/rpi-firmware"
|
REPO_URI="https://github.com/Hexxeh/rpi-firmware"
|
||||||
|
|
||||||
UPDATE_SELF=${UPDATE_SELF:-1}
|
UPDATE_SELF=${UPDATE_SELF:-1}
|
||||||
UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"
|
UPDATE_URI="https://github.com/Hexxeh/rpi-update/raw/master/rpi-update"
|
||||||
|
|||||||
Reference in New Issue
Block a user