install.sh 157 B

123456789
  1. #!/bin/sh
  2. if [[ "$OSTYPE" == "linux-gnu" ]]; then
  3. elif [[ "$OSTYPE" == "darwin"* ]]; then
  4. else
  5. echo "Unsupported OS, try to build it from source"
  6. fi