File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo "Updates packages. Asks for your password."
99sudo apt-get update -y
1010
1111echo " Installs packages. Give your password when asked."
12- sudo apt-get install build-essential git-core curl openssl libssl-dev libcurl4-openssl-dev zlib1g zlib1g-dev libreadline libreadline-dev libreadline6 libreadline6-dev libyaml-dev libsqlite3-dev libsqlite3-0 sqlite3 libxml2-dev libxslt1-dev python-software-properties libffi-dev libgdm-dev libncurses5-dev automake autoconf libtool bison postgresql postgresql-contrib libpq-dev pgadmin3 libc6-dev nodejs -y
12+ sudo apt-get --ignore-missing install build-essential git-core curl openssl libssl-dev libcurl4-openssl-dev zlib1g zlib1g-dev libreadline libreadline-dev libreadline6 libreadline6-dev libyaml-dev libsqlite3-dev libsqlite3-0 sqlite3 libxml2-dev libxslt1-dev python-software-properties libffi-dev libgdm-dev libncurses5-dev automake autoconf libtool bison postgresql postgresql-contrib libpq-dev pgadmin3 libc6-dev nodejs -y
1313
1414echo " Installs ImageMagick for image processing"
1515sudo apt-get install imagemagick --fix-missing -y
@@ -34,7 +34,7 @@ echo -e "Now we are going to print some information to check that everything is
3434echo -n " Should be sqlite 3.8.1 or higher: sqlite "
3535sqlite3 --version
3636echo -n " Should be rvm 1.26.11 or higher: "
37- rvm --version | sed ' /^.*$/N;s/\n//g' | cut -c 1-10
37+ rvm --version | sed ' /^.*$/N;s/\n//g' | cut -c 1-11
3838echo -n " Should be ruby 2.2.2: "
3939ruby -v | cut -d " " -f 2
4040echo -n " Should be Rails 4.2.1 or higher: "
You can’t perform that action at this time.
0 commit comments