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,8 +190,8 @@ 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.1/ruby-2.1.0 .tar.gz | tar xz
194
- cd ruby-2.1.0
193
+ curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1 .tar.gz | tar xz
194
+ cd ruby-2.1.1
195
195
./configure --disable-install-rdoc
196
196
make
197
197
make prefix=/usr/local install
@@ -206,7 +206,7 @@ installed with:
206
206
which ruby
207
207
# /usr/local/bin/ruby
208
208
ruby -v
209
- # ruby 2.1.0p0 (2013-12-25 revision 44422 ) [x86_64-linux]
209
+ # ruby 2.1.1p76 (2014-02-24 revision 45161 ) [x86_64-linux]
210
210
211
211
----------
212
212
@@ -243,7 +243,7 @@ GitLab Shell is a ssh access and repository management application developed spe
243
243
cd /home/git
244
244
245
245
# Clone gitlab shell
246
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.8.0
246
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.8.5
247
247
248
248
cd gitlab-shell
249
249
You can’t perform that action at this time.
0 commit comments