From ce31f289f3761eed3f4f36c8eff85c999f8b028f Mon Sep 17 00:00:00 2001 From: vhsdream Date: Thu, 1 May 2025 21:02:20 -0400 Subject: [PATCH] The cursed typo --- 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 5207404..cdf02b1 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -116,7 +116,7 @@ $STD apt-get update $STD apt-get install -y postgresql-17 curl -fsSLO https://github.com/tensorchord/pgvecto.rs/releases/download/v0.4.0/vectors-pg17_0.4.0_amd64.deb $STD dpkg -i vectors-pg17_0.4.0_amd64.deb -rm vectors-pg17_0.4.0.amd64.deb +rm vectors-pg17_0.4.0_amd64.deb DB_NAME="immich" DB_USER="immich" DB_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c18)