From ecb5d89ea5578886ebdedc53069f2f7144533aed Mon Sep 17 00:00:00 2001 From: f Date: Thu, 27 May 2021 20:35:45 -0300 Subject: [PATCH] =?UTF-8?q?instalar=20pyftsubset=20para=20minificar=20tipo?= =?UTF-8?q?graf=C3=ADas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #9 --- haini.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/haini.sh b/haini.sh index 7b34776..b65ad1d 100755 --- a/haini.sh +++ b/haini.sh @@ -84,7 +84,8 @@ crear_entorno() { ruby ruby-bundler ruby-json ruby-bigdecimal ruby-irb ruby-rake \ nodejs yarn \ gnutls-utils nginx \ - less" + less \ + py3-cffi py3-brotli py3-fonttools" # Habilitar la instalaciĆ³n de gemas binarias sed -re "s/#(@platforms = )/\1/" -i "$ENTORNO/usr/lib/ruby/2.7.0/rubygems.rb"