From 352e32adbcd8acbaccc9fad0f9e35ef80ba9117a Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 21 Jun 2026 14:03:13 +0200 Subject: [PATCH] Update script: cd into fdroid repo before updating --- hosting/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/update.sh b/hosting/update.sh index 79479d01a..47aa06186 100755 --- a/hosting/update.sh +++ b/hosting/update.sh @@ -51,6 +51,7 @@ fi # Run fdroid update if needed if [ "$NEED_FDROID_UPDATE" = true ]; then echo "Running fdroid update..." + cd fdroid fdroid update -c fdroid update echo "Done"