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 a97d76f commit a75c0e1Copy full SHA for a75c0e1
install/monica-install.sh
@@ -43,7 +43,7 @@ msg_ok "Set up MariaDB"
43
msg_info "Setting up Node.js/Yarn"
44
mkdir -p /etc/apt/keyrings
45
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
46
-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
47
$STD apt-get update
48
$STD apt-get install -y nodejs
49
$STD npm install -g npm@latest
0 commit comments