|
@ -121,6 +121,8 @@ if [[ "$command" = "init" ]]; then |
|
|
echo |
|
|
echo |
|
|
git clone "https://github.com/$repo.git" "$repo" |
|
|
git clone "https://github.com/$repo.git" "$repo" |
|
|
if [[ "$repo" == "getumbrel/umbrel" ]]; then |
|
|
if [[ "$repo" == "getumbrel/umbrel" ]]; then |
|
|
|
|
|
echo |
|
|
|
|
|
echo "Adding Docker Compose overrides to $repo..." |
|
|
cp "$(get_script_location)/docker-compose.override.yml" "$repo/" |
|
|
cp "$(get_script_location)/docker-compose.override.yml" "$repo/" |
|
|
fi |
|
|
fi |
|
|
done |
|
|
done |
|
|