Skip to content

Instantly share code, notes, and snippets.

@sfgarza
Last active April 25, 2017 19:06
Show Gist options
  • Save sfgarza/9302d486bce1e59a7695d41e9701303b to your computer and use it in GitHub Desktop.
Save sfgarza/9302d486bce1e59a7695d41e9701303b to your computer and use it in GitHub Desktop.
#!/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