Merge branch 'fix-ruby-verification-command' into 'master'

Fix Ruby verification command

See merge request !8938
This commit is contained in:
Achilleas Pipinellis 2017-02-02 19:32:17 +00:00
commit b2e5c423d7
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz
echo '1014ee699071aa2ddd501907d18cbe15399c997d ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz
echo '1014ee699071aa2ddd501907d18cbe15399c997d ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz
cd ruby-2.3.3
./configure --disable-install-rdoc
make