File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ comunes_download_repositorios() {
109109 echo -e " $VE Descargando repositorios desde scripts oficiales$CL "
110110 # # NodeJS Oficial
111111 echo -e " $VE Agregando repositorio$RO NodeJS$AM Repositorio Oficial$CL "
112- curl -sL https://deb.nodesource.com/setup_11 .x | sudo -E bash -
112+ curl -sL https://deb.nodesource.com/setup_12 .x | sudo -E bash -
113113
114114 # # Riot
115115 echo -e " $VE Agregando Repositorio para$RO Riot (Matrix)$CL "
Original file line number Diff line number Diff line change @@ -53,5 +53,9 @@ agregarRepositoriosFedora() {
5353 sudo dnf config-manager --set-enabled google-chrome
5454 sudo dnf config-manager --set-enabled google-chrome-beta
5555
56+ # # NodeJS
57+ echo -e " $VE Añadiendo Repositorio para$RO NodeJS$CL "
58+ curl -sL https://rpm.nodesource.com/setup_12.x | bash -
59+
5660 sudo dnf update --refresh
5761}
You can’t perform that action at this time.
0 commit comments