mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-18 07:59:53 +08:00
Merge pull request #595 from ethanfowler/patch-1
Fix netclient install on ARMv6
This commit is contained in:
commit
9e845af8f7
1 changed files with 3 additions and 0 deletions
|
|
@ -127,6 +127,9 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
|
|||
aarch64)
|
||||
dist=netclient-arm64
|
||||
;;
|
||||
armv6l)
|
||||
dist=netclient-arm6
|
||||
;;
|
||||
armv7l)
|
||||
dist=netclient-arm7
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue