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