Fix netclient install on ARMv6
`uname -m` gives `armv6l` on e.g. raspberry PI zero. This was resulting in the switch defaulting to
`https://github.com/gravitl/netmaker/releases/download/0.9.3/netclient-armv6l` instead of
`https://github.com/gravitl/netmaker/releases/download/0.9.3/netclient-armv6`
and a 404.