Skip to content

Commit 8b9a639

Browse files
committed
Añado repositorio de node para fedora
1 parent b495f01 commit 8b9a639

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)