AresValley / Artemis

Radio Signals Recognition Manual
https://aresvalley.github.io/Artemis/
GNU General Public License v3.0
338 stars 36 forks source link

Add support for automatic updates for Raspberry PI #20

Closed alessandro90 closed 4 years ago

alessandro90 commented 4 years ago

If running on PI, Artemis think it is just linux, and will try to download the non-ARM linux version.

A possible fix is using os.uname()[4].startswith("arm").

alessandro90 commented 4 years ago

Closed with 995696f and 5af0faa