Skip to content

Commit 52654e3

Browse files
authored
Merge pull request #196 from fryntiz/nodejs
Nodejs
2 parents e46b47f + 8b9a639 commit 52654e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Repositorios/debian/comunes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

Repositorios/fedora.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)