diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-04-23 09:21:54 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-04-23 09:21:54 +0200 |
commit | 09105a3a7532f79544f587c51901bf8c0c2d4cb3 (patch) | |
tree | 54dee431bceec7e5f44148899834ac780892a7bf /update | |
parent | b8dcb6d71ee454a607906573df1ec246e67ec733 (diff) | |
download | bin-09105a3a7532f79544f587c51901bf8c0c2d4cb3.zip bin-09105a3a7532f79544f587c51901bf8c0c2d4cb3.tar.gz |
gem --no-document
Diffstat (limited to 'update')
-rwxr-xr-x | update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ function sudo_run() { } function update_gem() { - # cd .gem/ruby/X.Y.0/specifications/ && ls -1 *.gemspec | sed 's/-\([0-9]\+\.\)\+gemspec//' | while read gem; do gem install $gem; done + # cd .gem/ruby/X.Y.0/specifications/ && ls -1 *.gemspec | sed 's/-\([0-9]\+\.\)\+gemspec//' | while read gem; do gem install --no-document $gem; done sudo_run "rm -fr /usr/lib/ruby/gems/*" run "/usr/bin/gem update --no-document" run "/usr/bin/gem clean" |