aboutsummaryrefslogtreecommitdiffstats
path: root/karakeep-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'karakeep-linux.sh')
-rw-r--r--karakeep-linux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/karakeep-linux.sh b/karakeep-linux.sh
index e07b3bd3..073c3908 100644
--- a/karakeep-linux.sh
+++ b/karakeep-linux.sh
@@ -223,7 +223,7 @@ install_karakeep() {
mv karakeep-"$RELEASE" "$INSTALL_DIR" && cd "$APP_DIR"/web
corepack enable
export NEXT_TELEMETRY_DISABLED=1
- export PUPPETEER_SKIP_DOWNLOAD="true"
+ export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD="true"
export CI="true"
$shh pnpm i --frozen-lockfile
$shh pnpm build
@@ -433,7 +433,7 @@ update_karakeep() {
fi
corepack enable
export NEXT_TELEMETRY_DISABLED=1
- export PUPPETEER_SKIP_DOWNLOAD="true"
+ export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD="true"
export CI="true"
cd "$APP_DIR"/web && $shh pnpm i --frozen-lockfile
$shh pnpm build