From 04fa755817b4952bf570d4cefa247ee80ab69e04 Mon Sep 17 00:00:00 2001 From: chmistry Date: Wed, 28 Aug 2024 14:10:39 +0200 Subject: [PATCH] change Node.js install --- install/immich-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/immich-install.sh b/install/immich-install.sh index c2d6bb1a..62276fd8 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -91,7 +91,7 @@ msg_ok "User immich added" msg_info "Installing ${APPLICATION}" -su immich -c "git clone https://github.com/loeeeee/immich-in-lxc.git /tmp" +su immich -c "git clone https://github.com/loeeeee/immich-in-lxc.git /tmp/immich-in-lxc" cd /tmp/immich-in-lxc su immich -c "./install.sh" # creates env file # Replace password in runtime.env file