This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88* Alternatively install vagrant following [https://www.vagrantup.com/downloads](https://www.vagrantup.com/downloads):
99{% if include.distro == "debian" or include.distro == "ubuntu" -%}
1010```shell
11- curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
12- sudo apt-add-repository "deb [arch=amd64 ] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
11+ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.asc
12+ echo "deb [ signed-by=/usr/share/keyrings/hashicorp-archive-keyring.asc ] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
1313sudo apt-get update && sudo apt-get install vagrant
1414```
1515{% elsif include.distro == "fedora" -%}
You can’t perform that action at this time.
0 commit comments