Skip to content

Commit 88daaed

Browse files
Update tandoor-install.sh (#2010)
1 parent 41744c0 commit 88daaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tandoor-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ msg_ok "Setup Python3"
4444
msg_info "Setting up Node.js Repository"
4545
mkdir -p /etc/apt/keyrings
4646
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
47-
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
47+
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
4848
msg_ok "Set up Node.js Repository"
4949

5050
msg_info "Installing Node.js"

0 commit comments

Comments
 (0)