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.
1 parent 4d8f9c8 commit 63af19bCopy full SHA for 63af19b
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