Browse Source

fixing syntax error on nc install

afeiszli 3 years ago
parent
commit
55e51da1ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/netclient-install.sh

+ 1 - 0
scripts/netclient-install.sh

@@ -109,6 +109,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
 			;;
 			arm*)
 				dist=netclient-$CPU_ARCH
+			;;
                         mipsle)
                                 dist=netclient-mipsle
 			;;