We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b495f01 commit 8b9a639Copy full SHA for 8b9a639
Repositorios/fedora.sh
@@ -53,5 +53,9 @@ agregarRepositoriosFedora() {
53
sudo dnf config-manager --set-enabled google-chrome
54
sudo dnf config-manager --set-enabled google-chrome-beta
55
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
+
60
sudo dnf update --refresh
61
}
0 commit comments