This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
########################################################################### | |
# Update or install latest terraform/tflint binary versions, if existing version differ or is absent | |
# https://gist.github.com/needleshaped/0022791d1d4d4dc56ecfcce69083a248 | |
########################################################################## | |
# Arguments and parameters | |
INSTALL_DIR="${1:-$HOME/bin}" | |
SUDO= # empty or "sudo" |