From dfdc04bddd9a0fdb724f1cbb69bd6cf42f391d13 Mon Sep 17 00:00:00 2001 From: fauno Date: Tue, 27 Apr 2021 18:25:13 +0000 Subject: [PATCH] instalar less --- haini.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/haini.sh b/haini.sh index e5e9b48..d4d8f3d 100755 --- a/haini.sh +++ b/haini.sh @@ -80,7 +80,8 @@ function crear_entorno() { tzdata bash ffmpeg vips file git make \ ruby ruby-bundler ruby-json ruby-bigdecimal ruby-irb ruby-rake \ nodejs yarn \ - gnutls-utils nghttp2" + gnutls-utils nghttp2 \ + less" # Habilitar la instalaciĆ³n de gemas binarias sed -re "s/#(@platforms = )/\1/" -i "$ENTORNO/usr/lib/ruby/2.7.0/rubygems.rb"