Update install.sh

This commit is contained in:
siduck76 2021-06-28 21:23:50 +05:30 committed by GitHub
parent bd6014d60d
commit 4dde80f315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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