Skip to content

Commit 41744c0

Browse files
authored
Fix: Ghost LXC - Use Node20 (#2006)
1 parent c3cd531 commit 41744c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/ghost-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ msg_ok "Configured MySQL"
4646
msg_info "Setting up Node.js Repository"
4747
mkdir -p /etc/apt/keyrings
4848
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
49-
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
49+
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
5050
msg_ok "Set up Node.js Repository"
5151

5252
msg_info "Setup Node.js"

0 commit comments

Comments
 (0)