jbronn / hashicorp-install

Hashicorp Installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hashicorp-install

This is a shell script for downloading, verifying (with GPG), and installing the following Hashicorp packages on Linux:

Requirements

Use of this script requires:

  • Linux
  • gpgv
  • unzip
  • curl or wget
  • sudo or administrative access

Usage

To install Packer:

./hashicorp-install.sh packer

To install a specific version of Packer, set the PACKAGE_VERSION variable to the desired version, e.g. for 1.4.4:

PACKAGE_VERSION=1.4.4 ./hashicorp-install.sh packer

About

Hashicorp Installer

License:Other


Languages

Language:Shell 100.0%