instalar less
This commit is contained in:
parent
92c9784b1d
commit
dfdc04bddd
1 changed files with 2 additions and 1 deletions
3
haini.sh
3
haini.sh
|
@ -80,7 +80,8 @@ function crear_entorno() {
|
||||||
tzdata bash ffmpeg vips file git make \
|
tzdata bash ffmpeg vips file git make \
|
||||||
ruby ruby-bundler ruby-json ruby-bigdecimal ruby-irb ruby-rake \
|
ruby ruby-bundler ruby-json ruby-bigdecimal ruby-irb ruby-rake \
|
||||||
nodejs yarn \
|
nodejs yarn \
|
||||||
gnutls-utils nghttp2"
|
gnutls-utils nghttp2 \
|
||||||
|
less"
|
||||||
|
|
||||||
# Habilitar la instalación de gemas binarias
|
# Habilitar la instalación de gemas binarias
|
||||||
sed -re "s/#(@platforms = )/\1/" -i "$ENTORNO/usr/lib/ruby/2.7.0/rubygems.rb"
|
sed -re "s/#(@platforms = )/\1/" -i "$ENTORNO/usr/lib/ruby/2.7.0/rubygems.rb"
|
||||||
|
|
Loading…
Reference in a new issue