Skip to content

Commit

Permalink
Update install-ubuntu.sh (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 authored Jun 25, 2022
1 parent f07a1ca commit 065ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd ..
rm -rf tmp

curl -L "$(curl -sL https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" > tflint.zip && unzip tflint.zip && rm tflint.zip && sudo mv tflint /usr/bin/
env GO111MODULE=on go get -u github.com/liamg/tfsec/cmd/tfsec
go install github.com/aquasecurity/tfsec/cmd/tfsec@latest
git clone https://github.com/tfutils/tfenv.git ~/.tfenv || true
mkdir -p ~/.local/bin/
. ~/.profile
Expand Down

0 comments on commit 065ea76

Please sign in to comment.