tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.89k stars 244 forks source link

Add script to download and install Backblaze CLI tool #1748

Closed jdeanwallace closed 4 months ago

jdeanwallace commented 4 months ago

Related https://github.com/tiny-pilot/tinypilot-pro/issues/1231 Related https://github.com/tiny-pilot/tinypilot-pro/issues/1229

While working on https://github.com/tiny-pilot/tinypilot-pro/pull/1246, we needed to install the Backblaze CLI tool yet again. This PR moves the download and installation of b2 to a dedicated script.

Notes:

  1. We've also updated the CircleCI image to the latest version because it comes pre-installed with the wget command.

Review on CodeApprove