Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Nov 1, 2023
1 parent 0188a86 commit 0dcdf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequent-ui/templates/install_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -uex; \
apt-get install -y ca-certificates curl gnupg; \
mkdir -p /etc/apt/keyrings; \
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
| gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg; \
| gpg --yes --dearmor -o /etc/apt/keyrings/nodesource.gpg; \
NODE_MAJOR=18; \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" \
> /etc/apt/sources.list.d/nodesource.list; \
Expand Down

0 comments on commit 0dcdf93

Please sign in to comment.