Add vagrant.sh
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
2036a57595
commit
16988653f4
2 changed files with 8 additions and 0 deletions
|
@ -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
7
vagrant.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue