Explorar o código

Merge pull request #425 from pete1019/patch-7

armv7l fix
Alex %!s(int64=3) %!d(string=hai) anos
pai
achega
a9f6bc78aa
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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
             		;;