Update script: cd into fdroid repo before updating

This commit is contained in:
2026-06-21 14:03:13 +02:00
parent 4a421a675c
commit 352e32adbc
+1
View File
@@ -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"