Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

A short POSIX compliant shell script to install hashicorp packages

Notifications You must be signed in to change notification settings

reservix/hashicorp-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

This project is abandoned

Please use the official repositories to install the latest hashicorp packages as described here.

hashicorp-installer

A short POSIX compliant shell script to install hashicorp packages

Install Requirements

You need to have following tools in place:

  • awk
  • jq
  • curl
  • unzip

Awk, Curl and Unzip should be already installed on MacOS and Debian/Ubuntu.

Debian / Ubuntu

$ apt install jq

MacOS

$ brew install jq

Use Installer

$ ./hashicorp-installer.sh terraform

$ ./hashicorp-installer.sh packer

Releases

No releases published

Packages

No packages published

Languages