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 2ae19e5 commit e4c836aCopy full SHA for e4c836a
install/karakeep-install.sh
@@ -55,6 +55,7 @@ MODULE_VERSION="$(jq -r '.packageManager | split("@")[1]' /opt/karakeep/package.
55
NODE_VERSION="22" NODE_MODULE="pnpm@${MODULE_VERSION}" setup_nodejs
56
57
msg_info "Installing karakeep"
58
+export PUPPETEER_SKIP_DOWNLOAD="true"
59
export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD="true"
60
export NEXT_TELEMETRY_DISABLED=1
61
export CI="true"
0 commit comments