mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Fix sudo on second part of install command
This commit is contained in:
@@ -22,7 +22,7 @@ this tool from working.
|
|||||||
|
|
||||||
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 && chmod +x /usr/bin/rpi-update
|
sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update
|
||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user