This commit is contained in:
CanbiZ (MickLesk)
2026-03-26 07:57:35 +01:00
parent 12623452a7
commit 2b98ea03e9
13 changed files with 27 additions and 28 deletions

View File

@@ -27,10 +27,9 @@ msg_ok "Installed Dependencies"
PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql
PG_DB_NAME="affine" PG_DB_USER="affine" setup_postgresql_db
NODE_VERSION="22" setup_nodejs
NODE_VERSION="24" setup_nodejs
setup_rust
fetch_and_deploy_gh_release "affine_app" "toeverything/AFFiNE" "tarball" "latest" "/opt/affine"
msg_info "Setting up Directories"