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