This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # #!/bin/bash | |
| # # | |
| # # provision.sh | |
| # # | |
| # # This file is specified in Vagrantfile and is loaded by Vagrant as the primary | |
| # # provisioning script whenever the commands `vagrant up`, `vagrant provision`, | |
| # # or `vagrant reload` are used. It provides all of the default packages and | |
| # # configurations included with Varying Vagrant Vagrants. | |
| # # By storing the date now, we can calculate the duration of provisioning at the |