Add vagrant.sh

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-04-18 20:11:48 +01:00
parent 2036a57595
commit 16988653f4
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 8 additions and 0 deletions

View file

@ -60,6 +60,7 @@ Markdown docs and shell scripts for automating installation of things and docume
* [`profobuf.md`](protobuf.md) for installing the various things related to Protocol Buffers
* [`zig.md`](zig.md) for installing the Zig programming language toolchain
* [`sourcetrail.md`](sourcetrail.md) for installing the SourceTrail codebase inspector
* [`vagrant.sh`](vagrant.sh) for the Vagrant VM manager
* [`vscode.md`](vscode.md)
## Web

7
vagrant.sh Executable file
View file

@ -0,0 +1,7 @@
#!/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