http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
Download files:
| #!/bin/sh | |
| # If you would like to do some extra provisioning you may | |
| # add any commands you wish to this file and they will | |
| # be run after the Homestead machine is provisioned. | |
| apt-get update | |
| # if not installed install it | |
| apt-get install unzip |