Skip to content

Instantly share code, notes, and snippets.

@mankind
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mankind/f44f8232f5d23a774bae to your computer and use it in GitHub Desktop.
Save mankind/f44f8232f5d23a774bae to your computer and use it in GitHub Desktop.
install ruby dependencies
# install using the line below in your terminal
#wget --no-check-certificate https://gist.githubusercontent.com/mankind/f44f8232f5d23a774bae/raw/1f53948207b9ff97cf55954f26b2069096b4d82b/ruby_dependencies.sh && bash ruby_dependencies.sh
echo "======================================="
echo "========= updating Packages repo ========="
echo "======================================="
sudo apt-get -y update && apt-get upgrade
echo "======================================="
echo "========= Installing ruby dependencies ========="
echo "======================================="
sudo apt-get install -y git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev \
libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common python-software-properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment