estunnel 1.8.4

Tool for downloading data from elasticsearch cluster.
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

set -ex

if [ "$TRAVIS_OS_NAME" != linux ]; then
    exit 0
fi

# needed for i686 linux gnu target
if [[ $TARGET == i686-unknown-linux-gnu ]]; then
    sudo apt update
    sudo apt install -y gcc-multilib
fi