Browse Source

Update netclient-install.sh

MacOS Mojave print on uname "Darwin" and not "darwin".
pete1019 3 years ago
parent
commit
64997faea9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/netclient-install.sh

+ 3 - 0
scripts/netclient-install.sh

@@ -143,6 +143,9 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
 	darwin)
         	dist=netclient-darwin
 	;;
+	Darwin)
+        	dist=netclient-darwin
+	;;
 	freebsd*)
 		if [ -z "$CPU_ARCH" ]; then
 			CPU_ARCH=$(uname -m)