Sanity-check pnpm installation

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park
2025-11-23 19:46:38 +09:00
parent 0bbdaa2a8e
commit 454a2e74b1

View File

@@ -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
(