#!/usr/bin/env sh # First run setup-x86_64-static.sh under alpine linux to install # the required packages. build-x86_64-static.sh will do this for you # using docker. cd $(dirname "$0") || exit 1 # if we don't run inside the netdata repo # download it and run from it if [ ! -f ../netdata-installer.sh ] then git clone https://github.com/firehol/netdata.git netdata.git || exit 1 cd netdata.git/makeself || exit 1 ./build.sh "$@" exit $? fi cat >&2 < " if [ ! -d tmp ] then mkdir tmp || exit 1 fi ./run-all-jobs.sh "$@" exit $?