From 454a2e74b1f7edce9ffb80fa884883e4435ed40e Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Sun, 23 Nov 2025 19:46:38 +0900 Subject: [PATCH] Sanity-check pnpm installation Signed-off-by: Juhyung Park --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 98ed7ea..2640f83 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,11 @@ REV=v2.3.1 IMMICH_PATH=/var/lib/immich APP=$IMMICH_PATH/app +if ! command -v pnpm >/dev/null 2>&1; then + echo "pnpm is not activated, please follow README's Node.js setup" + exit 1 +fi + if [[ "$USER" != "immich" ]]; then # Disable systemd services, if installed (