From e36f623ae59605a95c72f5446b8367148c31f510 Mon Sep 17 00:00:00 2001 From: "luca.gambarotto" Date: Sat, 26 Jul 2025 06:23:16 +0000 Subject: [PATCH] Update install.sh --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index cf104b6..2a50d6c 100755 --- a/install.sh +++ b/install.sh @@ -1,10 +1,5 @@ #!/bin/bash -wget -O docker-compose.yml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml - -wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env - - # Helper function to check a command command_exists() { command -v "$1" >/dev/null 2>&1