mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 05:34:38 +08:00
Merge pull request #499 from a1ad/feature_v0.9.1_arm7_scriptfix
Update install script: netclient-armv7 to netclient-arm7
This commit is contained in:
commit
3b7055758d
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
|
|||
dist=netclient-arm64
|
||||
;;
|
||||
armv7l)
|
||||
dist=netclient-armv7
|
||||
dist=netclient-arm7
|
||||
;;
|
||||
arm*)
|
||||
dist=netclient-$CPU_ARCH
|
||||
|
|
Loading…
Add table
Reference in a new issue