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 1e2954a commit 49bcd30Copy full SHA for 49bcd30
install/tianji-install.sh
@@ -34,7 +34,7 @@ msg_ok "Installed Dependencies"
34
msg_info "Installing Node.js"
35
mkdir -p /etc/apt/keyrings
36
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
37
-echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" >/etc/apt/sources.list.d/nodesource.list
+echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" >/etc/apt/sources.list.d/nodesource.list
38
$STD apt-get update
39
$STD apt-get install -y nodejs
40
$STD npm install -g [email protected]
0 commit comments