Hexxeh / rpi-update

An easier way to update the firmware of your Raspberry Pi
MIT License
1.94k stars 232 forks source link

Support for GitHub API tokens added (fixes Hexxeh/rpi-update#151) #237

Closed otherguy closed 7 years ago

otherguy commented 7 years ago

Use it like this:

$ sudo GITHUB_API_TOKEN=“<my-api-token”> rpi-update

popcornmix commented 7 years ago

Looks fine. Can you add a description of the setting to README.md?

otherguy commented 7 years ago

PR updated @popcornmix

popcornmix commented 7 years ago

Thanks!