From f248b0921730f345f20252afe25d629e641ab235 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 4 Jul 2026 10:50:53 -0700 Subject: [PATCH] Go back to running the fdroid update command so that the hierarchy is more complete than just from fdroid init. --- Config/F-DroidRepo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/F-DroidRepo/Dockerfile b/Config/F-DroidRepo/Dockerfile index d6d5530..e502485 100644 --- a/Config/F-DroidRepo/Dockerfile +++ b/Config/F-DroidRepo/Dockerfile @@ -44,7 +44,7 @@ ENV REPO_ICON="$REPO_ICON" RUN sed -i "$ a repo_url: $REPO_DOMAIN/fdroid/repo" "$FDROID/config.yml" RUN sed -i "$ a repo_name: $REPO_NAME" "$FDROID/config.yml" -#RUN fdroid update +RUN fdroid update # Advanced Variables #