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."
9
9
sudo apt-get update -y
10
10
11
11
echo " 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
13
13
14
14
echo " Installs ImageMagick for image processing"
15
15
sudo 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
34
34
echo -n " Should be sqlite 3.8.1 or higher: sqlite "
35
35
sqlite3 --version
36
36
echo -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
38
38
echo -n " Should be ruby 2.2.2: "
39
39
ruby -v | cut -d " " -f 2
40
40
echo -n " Should be Rails 4.2.1 or higher: "
You can’t perform that action at this time.
0 commit comments