Skip to content

Commit

Permalink
feat: bump install version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.mabbett committed Feb 5, 2024
1 parent bd24b08 commit 3f0bb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash

VERSION="v0.2.2"
VERSION="v0.3.0"

if [[ "$OSTYPE" == "linux-gnu"* ]]; then
wget "https://github.com/DanielMabbett/terrabot/releases/download/${VERSION}/terrabot-${VERSION}-linux-amd64.tar.gz"
tar -xzvf terrabot-${VERSION}-linux-amd64.tar.gz
tar -xzf terrabot-${VERSION}-linux-amd64.tar.gz
rm terrabot-${VERSION}-linux-amd64.tar.gz
else
echo "[Information] Operating System $OSTYPE not supported."
Expand Down

0 comments on commit 3f0bb1a

Please sign in to comment.