File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -190,11 +190,11 @@ Remove the old Ruby 1.8 if present:
190
190
Download Ruby and compile it:
191
191
192
192
mkdir /tmp/ruby && cd /tmp/ruby
193
- curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0 /ruby-2.0.0-p353 .tar.gz | tar xz
194
- cd ruby-2.0.0-p353
193
+ curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1 /ruby-2.1.0 .tar.gz | tar xz
194
+ cd ruby-2.1.0
195
195
./configure --disable-install-rdoc
196
196
make
197
- make install
197
+ make prefix=/usr/local install
198
198
199
199
Install the Bundler Gem:
200
200
@@ -579,4 +579,4 @@ nobody can access your GitLab by using this login information later on.
579
579
[ SDL ] : https://puias.math.ias.edu
580
580
[ PU ] : http://www.princeton.edu/
581
581
[ IAS ] : http://www.ias.edu/
582
- [ keys ] : https://fedoraproject.org/keys
582
+ [ keys ] : https://fedoraproject.org/keys
You can’t perform that action at this time.
0 commit comments