asdf-community / asdf-hashicorp

HashiCorp plugin for the asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unzip is an undocumented depedancy

sonic1981 opened this issue · comments

Just installed this plugin onto a clean Ubuntu image and I get the error message:

/root/.asdf/plugins/terraform/bin/install: line 99: unzip: command not found

Easy to fix with

apt-get unzip

but I'd expected this to be documented as a dependancy?