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