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