logseq: provision corepack via setup_nodejs, use nginx helper, set up toolchains on update

This commit is contained in:
MickLesk
2026-09-10 13:55:12 +02:00
parent 00ac9ba1d7
commit 272ae2bda9
2 changed files with 7 additions and 7 deletions
+3
View File
@@ -33,6 +33,9 @@ function update_script() {
fi
if check_for_gh_release "logseq" "logseq/logseq"; then
NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs
JAVA_VERSION="21" setup_java
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "logseq" "logseq/logseq" "tarball"
msg_info "Building Logseq Web App (Patience)"