Explorar el Código

fixing syntax error on nc install

afeiszli hace 3 años
padre
commit
55e51da1ec
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 			;;