소스 검색

Update netclient-install.sh

MacOS Mojave print on uname "Darwin" and not "darwin".
pete1019 3 년 전
부모
커밋
64997faea9
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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)