Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| # #!/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 |
| #Download Elementary OS from here: | |
| #http://sourceforge.net/projects/elementaryos/files/stable/ | |
| #First you update your system | |
| sudo apt-get update && sudo apt-get dist-upgrade | |