We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46b47f commit b495f01Copy full SHA for b495f01
Repositorios/debian/comunes.sh
@@ -109,7 +109,7 @@ comunes_download_repositorios() {
109
echo -e "$VE Descargando repositorios desde scripts oficiales$CL"
110
## NodeJS Oficial
111
echo -e "$VE Agregando repositorio$RO NodeJS$AM Repositorio Oficial$CL"
112
- curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
+ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
113
114
## Riot
115
echo -e "$VE Agregando Repositorio para$RO Riot (Matrix)$CL"
0 commit comments