MatthewCroughan / octobalena

Control your 3d-printer with octoprint + octoscreen via balena!
GNU General Public License v2.0
49 stars 22 forks source link

Octodash version update #16

Closed SamEureka closed 3 years ago

SamEureka commented 3 years ago

@MatthewCroughan,

I had to do a little more than bump the version. $(uname -m) was resolving to aarch64 and the expected was arm64. So I added a case statement to the download code that should handle all the available arch types. I also changed cURL to wget as it seems to handle redirects and urls built with string variables better than cURL.

Octodash 2.1.1 is building correctly now!

Fixes #13

MatthewCroughan commented 3 years ago

Fantastic. The correct way to do this is probably with a git submodule, since that would prevent all of our woes with versioning, but for now this is great and will work for a while.