Skip to content

Instantly share code, notes, and snippets.

@eloyesp
Last active March 16, 2017 16:42
Show Gist options
  • Save eloyesp/239bf6f677ad25e28e9662f080c87d57 to your computer and use it in GitHub Desktop.
Save eloyesp/239bf6f677ad25e28e9662f080c87d57 to your computer and use it in GitHub Desktop.
Instalation scripts
# add in the first line
[ -x ~/environment ] && . ~/environment
#/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