You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile in an empty directory with the following content:
| #!/bin/bash | |
| # This shell script is made by SyneArt <[email protected]> | |
| ####################################### | |
| # INSTALL UHD ON UBUNTU OR DEBIAN # | |
| ####################################### | |
| # | THIS SCRIPT IS TESTED CORRECTLY ON | | |
| # |--------------------------------------------------------| | |
| # | OS | UHD | Test | Last test | | |
| # |----------------|------------------|------|-------------| |
You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile in an empty directory with the following content:
| license: gpl-3.0 |