Last active
August 29, 2015 14:02
-
-
Save mankind/f44f8232f5d23a774bae to your computer and use it in GitHub Desktop.
install ruby dependencies
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
# 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