setup.sh 211 B

1234567
  1. RELEASE=influxdb2-2.1.1-windows-amd64
  2. if [ ! -d "./$RELEASE" ]; then
  3. curl https://dl.influxdata.com/influxdb/releases/$RELEASE.zip -o $RELEASE.zip
  4. unzip ./$RELEASE.zip -d "./$RELEASE"
  5. rm ./$RELEASE.zip
  6. fi