Add 42 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 15s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 15s
This commit is contained in:
8
immich/install-pre.sh
Executable file
8
immich/install-pre.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
source "${SCRIPT_DIR}/_compose.sh"
|
||||
|
||||
docker_compose pull || echo "Warning: pre-pull failed, install.sh will retry"
|
||||
|
||||
echo "Pre-install complete"
|
||||
Reference in New Issue
Block a user