## Download HashiCorp GPG key and save it to the keyring
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
## Add HashiCorp repository to the apt sources list with Ubuntu 22.04 code name
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com jammy main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
## Update package lists and install Vagrant
sudo apt update && sudo apt install vagrant && apt install terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
matrixkloud/linux-mint-hashicorp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
fixing repo issue for linux mint
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published