mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
8 lines
156 B
Bash
8 lines
156 B
Bash
|
|
#!/bin/bash
|
||
|
|
# shellcheck source=common.sh
|
||
|
|
# shellcheck disable=SC1091
|
||
|
|
source /immich-devcontainer/container-common.sh
|
||
|
|
|
||
|
|
fix_permissions
|
||
|
|
install_dependencies
|