We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 701ac2f + 63af19b commit b88fea8Copy full SHA for b88fea8
installers/node/installer.toml
@@ -4,13 +4,8 @@ description = "NodeJs v12"
4
5
[apt]
6
sh = """
7
-if [ -n "$(uname -a | grep Ubuntu)" ]; then
8
- curl -sL https://deb.nodesource.com/setup_12.x | @sudo -E bash -
9
- @sudo apt-get install -y nodejs
10
-else
11
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
12
13
-fi
+curl -sL https://deb.nodesource.com/setup_12.x | @sudo -E bash -
+@sudo apt-get install -y nodejs
14
"""
15
16
[yum]
0 commit comments