From 43ec823dc9be2e335617df89de541f1c4cfdce9f Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 23 May 2025 12:11:50 +0200 Subject: [PATCH] update.sh aktualisiert --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index f116513..3fe4ae7 100755 --- a/update.sh +++ b/update.sh @@ -116,6 +116,6 @@ done rm -rf ./temp echo "Updating F-Droid repository..." -/root/.local/bin/fdroid update --clean --allow-disabled-algorithms +/root/.local/bin/fdroid update -c --allow-disabled-algorithms echo "Done! Repository updated with all available apps." \ No newline at end of file