File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,10 @@ function update_script() {
6060 cd /opt/karakeep/apps/cli
6161 $STD pnpm install --frozen-lockfile
6262 $STD pnpm build
63- cd /opt/karakeep/apps/mcp
64- $STD pnpm install --frozen-lockfile
65- $STD pnpm build
6663 export DATA_DIR=/opt/karakeep_data
6764 cd /opt/karakeep/packages/db
6865 $STD pnpm migrate
66+ $STD pnpm store prune
6967 sed -i " s/SERVER_VERSION=${PREV_RELEASE} /SERVER_VERSION=${RELEASE} /" /etc/karakeep/karakeep.env
7068 msg_ok " Updated ${APP} to v${RELEASE} "
7169
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ sed -i \
4848 /etc/meilisearch.toml
4949msg_ok " Installed Meilisearch"
5050
51- NODE_VERSION=" 22" NODE_MODULE= " yarn@latest " setup_nodejs
51+ NODE_VERSION=" 22" setup_nodejs
5252$STD npm install -g
[email protected] 5353
5454msg_info " Installing karakeep"
@@ -59,7 +59,7 @@ $STD unzip "v${RELEASE}.zip"
5959mv karakeep-" ${RELEASE} " /opt/karakeep
6060cd /opt/karakeep
6161corepack enable
62- export PUPPETEER_SKIP_DOWNLOAD= " true "
62+ export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
6363export NEXT_TELEMETRY_DISABLED=1
6464export CI=" true"
6565cd /opt/karakeep/apps/web
@@ -70,9 +70,7 @@ $STD pnpm install --frozen-lockfile
7070cd /opt/karakeep/apps/cli
7171$STD pnpm install --frozen-lockfile
7272$STD pnpm build
73- cd /opt/karakeep/apps/mcp
74- $STD pnpm install --frozen-lockfile
75- $STD pnpm build
73+ $STD pnpm store prune
7674
7775export DATA_DIR=/opt/karakeep_data
7876karakeep_SECRET=$( openssl rand -base64 36 | cut -c1-24)
You can’t perform that action at this time.
0 commit comments