4 lines
175 B
Bash
Executable file
4 lines
175 B
Bash
Executable file
#!/bin/sh
|
|
|
|
wget -O ./labtainer-vbox.ova "https://nps.box.com/shared/static/dn636n6h2d556nwqezx5w6cfc4cfeacl.ova"
|
|
vboxmanage import --basefolder=./labtainer labtainer-vbox.ova
|