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"