Explorar o código

Merge pull request #550 from gravitl/develop

Develop
Alex %!s(int64=3) %!d(string=hai) anos
pai
achega
bf51d02de1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)