From ce58926feb0dbedbfec7b0962551738e7de98ab1 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 7 May 2018 15:12:01 -0700 Subject: [PATCH] Run apt-get update in release.sh --- scripts/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.sh b/scripts/release.sh index 8ac0156da..41b95db01 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -20,6 +20,7 @@ run gzip telegraf -c > "$ARTIFACT_DIR/telegraf.gz" # RPM is used to build packages for Enterprise Linux hosts. # Boto is used to upload packages to S3. +run sudo apt-get update run sudo apt-get install -y rpm python-boto ruby ruby-dev autoconf libtool run sudo gem install fpm