Last active
April 25, 2017 19:06
-
-
Save sfgarza/9302d486bce1e59a7695d41e9701303b to your computer and use it in GitHub Desktop.
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 | |
apt-get update -y; | |
apt-get install git curl vim wget npm -y; | |
npm install n npm@latest imforza-cli -g; | |
npm cache clean -f; | |
n lts; | |
wget https://getcomposer.org/installer; | |
php installer --install-dir=/usr/local/bin --filename=composer; | |
rm installer; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment