Update install.sh
This commit is contained in:
@@ -4,8 +4,6 @@ get_platform() {
|
|||||||
case "$(uname -s)" in
|
case "$(uname -s)" in
|
||||||
Linux*) platform=Linux ;;
|
Linux*) platform=Linux ;;
|
||||||
Darwin*) platform=Mac ;;
|
Darwin*) platform=Mac ;;
|
||||||
CYGWIN*) platform=Cygwin ;;
|
|
||||||
MINGW*) platform=MinGw ;;
|
|
||||||
*) platform="UNKNOWN:${unameOut}" ;;
|
*) platform="UNKNOWN:${unameOut}" ;;
|
||||||
esac
|
esac
|
||||||
echo $platform
|
echo $platform
|
||||||
|
|||||||
Reference in New Issue
Block a user