Update install.sh
This commit is contained in:
parent
bd6014d60d
commit
4dde80f315
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user