Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Browse code

Update README.md

Upon installation of the tool, the command executed writes rpi-update to /usr/bin detailing a 301 error, indicating the source of the update has changed to https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update. This address change has been reflected in the proposed file change.
  • Loading branch information...
commit 9703e67f32981a5a7dd7866e098aa6b2cf7a6af2 1 parent 8d0b623
Luis kcl-lescalan authored
Showing with 1 addition and 1 deletion.
  1. +1 1  README.md
2  README.md
View
@@ -14,7 +14,7 @@ To install the tool, run the following command:
To install the tool, run the following command:
- sudo curl -L --output /usr/bin/rpi-update https://raw.github.com/Hexxeh/rpi-update/master/rpi-update && sudo chmod +x /usr/bin/rpi-update
+ sudo curl -L --output /usr/bin/rpi-update https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update && sudo chmod +x /usr/bin/rpi-update
## Updating
Please sign in to comment.
Something went wrong with that request. Please try again.