Update install.sh

This commit is contained in:
luca.gambarotto 2025-07-26 06:23:16 +00:00
parent b0495fb2a1
commit e36f623ae5

View File

@ -1,10 +1,5 @@
#!/bin/bash #!/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 # Helper function to check a command
command_exists() { command_exists() {
command -v "$1" >/dev/null 2>&1 command -v "$1" >/dev/null 2>&1