mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-14 02:41:06 +00:00
Sanity-check pnpm installation
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user