From 8e8e14dbd005a6ca2b4cf4d8ab63cfef286f6a13 Mon Sep 17 00:00:00 2001 From: Raghav Vashisht Date: Sun, 23 Nov 2025 21:24:40 +0530 Subject: [PATCH] feat: suppress corepack download prompt --- install/ente-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ente-install.sh b/install/ente-install.sh index f2edeb064..9a4fbdee6 100644 --- a/install/ente-install.sh +++ b/install/ente-install.sh @@ -176,6 +176,7 @@ export NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=$ENTE_ALBUMS_URL msg_info "Building Web Applications" cd /opt/ente/web +export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 $STD yarn install $STD yarn build $STD yarn build:accounts