From e52e57eba9684407c34d5d23812a16911bee03d7 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Fri, 8 Mar 2024 09:24:51 +0900 Subject: [PATCH] Mention that systemd services must be manually installed Signed-off-by: Juhyung Park --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d0aeaaa..74dc9e6 100755 --- a/install.sh +++ b/install.sh @@ -143,5 +143,5 @@ EOF rm -rf $TMP echo -echo "Done" +echo "Done. Please install the systemd services to start using Immich." echo