Last active
March 16, 2017 16:42
-
-
Save eloyesp/239bf6f677ad25e28e9662f080c87d57 to your computer and use it in GitHub Desktop.
Instalation scripts
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
# add in the first line | |
[ -x ~/environment ] && . ~/environment |
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
#/bin/bash | |
set -xe | |
aptitude install -y vim git ruby ruby-dev build-essential \ | |
mysql-server libmysqlclient-dev \ | |
nodejs nodejs-legacy | |
which bundle || gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment