- Added possibility to download a specific package version (#4).
- Added
sudo
when unzipping package into the install path if required (EUID). - Check to make sure dependency
unzip
is installed. - Added
sudo
to installation instructions when linking.
- If the directory
/usr/local/bin
does not exist, fall back to/usr/bin
for the install path.
- Added spinner animation while downloading package.
- Support for determining architecture (386, amd64, arm, arm64).
Note: hardcoding the architecture to amd64.
- Support for Nomad.
Note: hardcoding the architecture to amd64.
- Support for determining operating systems (Darwin, FreeBSD, Linux, NetBSD, OpenBSD, Solaris).
Note: hardcoding the os/architecture to darwin_amd64.
- Installation instructions set's
$HASHIPM_ROOT
environment variable. Hashipm uses this variable to resolve paths for packages and sourcinglib/yaml.sh
.
Note: hardcoding the os/architecture to darwin_amd64.
- Initial Darwin amd64 support for Consul, Packer, Terraform, and Vault.
- Initial release.