setup-files/vagrant.sh
AKP 16988653f4
Add vagrant.sh
Signed-off-by: AKP <tom@tdpain.net>
2022-04-18 20:12:26 +01:00

7 lines
247 B
Bash
Executable file

#!/bin/bash
set -ex
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install vagrant