mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
fixing syntax error on nc install
This commit is contained in:
parent
0d9f2db514
commit
55e51da1ec
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
|
|||
;;
|
||||
arm*)
|
||||
dist=netclient-$CPU_ARCH
|
||||
;;
|
||||
mipsle)
|
||||
dist=netclient-mipsle
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue