Skip to content

Commit

Permalink
Beanstalk installer
Browse files Browse the repository at this point in the history
  • Loading branch information
wobondar committed Jun 9, 2018
1 parent d40930a commit bc6a289
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/beanstalk-installer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

mkdir -p /tmp/tfconfig
cd /tmp/tfconfig
curl -L -o tfconfig.zip https://github.com/wobondar/tfconfig/releases/download/v${TF_CONFIG_VERSION}/tfconfig_v${TF_CONFIG_VERSION}_linux_amd64.zip
echo "${TF_CONFIG_SHA256} tfconfig.zip" | sha256sum -c --quiet
unzip tfconfig.zip
mv tfconfig /usr/bin
chmod +x /usr/bin/tfconfig
rm -rf /tmp/tfconfig

0 comments on commit bc6a289

Please # to comment.