Browse Source

Merge pull request #425 from pete1019/patch-7

armv7l fix
Alex 3 years ago
parent
commit
a9f6bc78aa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/netclient-install.sh

+ 3 - 0
scripts/netclient-install.sh

@@ -79,6 +79,9 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
 			aarch64)
                                 dist=netclient-arm64
 			;;
+			armv7l)
+                                dist=netclient-armv7
+			;;
 			arm*)
 				dist=netclient-$CPU_ARCH
             		;;