This file contains 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
#!/usr/bin/env bash | |
#PHP7/Mysql/Apache/Composer/GIT installer script used for parallels vagrant/ubuntu14.04 | |
# For development on Laravel and other Modern frameworks. | |
PASSWORD='12345678' | |
PROJECTFOLDER='myproject' | |
sudo apt-get install -y software-properties-common python-software-properties | |
sudo apt-get install -y language-pack-en-base |