# HG changeset patch # User Jittat Fakcharoenphol # Date 2013-03-16 10:06:49 # Node ID 90bc0088872235b1e98f180e0cd45418d37fea12 # Parent 4a086f8c3baca9fd74a5605556244503ea693e46 updated installer script diff --git a/installer/install.sh b/installer/install.sh --- a/installer/install.sh +++ b/installer/install.sh @@ -13,10 +13,10 @@ zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev \ sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev \ ncurses-dev automake libtool bison subversion \ - pkg-config curl nodejs + pkg-config curl nodejs unzip echo "Installing RVM" -curl -L https://get.rvm.io | bash -s stable +curl -k -L https://get.rvm.io | bash -s stable ~/.rvm/scripts/rvm echo "Installing Ruby 1.9.2 in RVM"