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:
Alex 2021-11-23 07:32:47 -05:00 committed by GitHub
commit 3b7055758d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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