Add note for removing FDroid repo config lines if they already exist.

This commit is contained in:
2025-11-17 14:04:05 -07:00
parent fa25327462
commit b490c84b37

View File

@@ -38,6 +38,8 @@ ENV REPO_DOMAIN="$REPO_DOMAIN"
ARG REPO_NAME
ENV REPO_NAME="$REPO_NAME"
# TBD/TODO: Add commands to remove repo_url and repo_name if they already exist.
RUN sed -i "$ a repo_url: $REPO_DOMAIN/fdroid/repo" "$FDROID/config.yml"
RUN sed -i "$ a repo_name: $REPO_NAME" "$FDROID/config.yml"