fixing syntax error on nc install

This commit is contained in:
afeiszli 2021-11-17 10:23:29 -05:00
parent 0d9f2db514
commit 55e51da1ec

View file

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