File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ ruby-install can even be used with [Chef].
118118
119119## Install
120120
121- wget -O ruby-install-0.6.0 .tar.gz https://github.com/postmodern/ruby-install/archive/v0.6.0 .tar.gz
122- tar -xzvf ruby-install-0.6.0 .tar.gz
123- cd ruby-install-0.6.0 /
121+ wget -O ruby-install-0.6.1 .tar.gz https://github.com/postmodern/ruby-install/archive/v0.6.1 .tar.gz
122+ tar -xzvf ruby-install-0.6.1 .tar.gz
123+ cd ruby-install-0.6.1 /
124124 sudo make install
125125
126126### PGP
@@ -129,8 +129,8 @@ All releases are [PGP] signed for security. Instructions on how to import my
129129PGP key can be found on my [ blog] [ 1 ] . To verify that a release was not tampered
130130with:
131131
132- wget https://raw.github.com/postmodern/ruby-install/master/pkg/ruby-install-0.6.0 .tar.gz.asc
133- gpg --verify ruby-install-0.6.0 .tar.gz.asc ruby-install-0.6.0 .tar.gz
132+ wget https://raw.github.com/postmodern/ruby-install/master/pkg/ruby-install-0.6.1 .tar.gz.asc
133+ gpg --verify ruby-install-0.6.1 .tar.gz.asc ruby-install-0.6.1 .tar.gz
134134
135135### Homebrew
136136
You can’t perform that action at this time.
0 commit comments