dyne / dowse

The Awareness Hub for the Internet of Things
http://dowse.eu
159 stars 17 forks source link

Use uname instead of arch #31

Closed ilpianista closed 7 years ago

ilpianista commented 7 years ago

arch isn't available under Arch Linux, however arch documentation says that is shouldn't be used in scripts as it's not enabled by default in coreutils. I suggest to replace arch by uname -m.