Skip to content
Snippets Groups Projects
Verified Commit d8dc215e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Remove duplicates

parent 8937d919
Branches main
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ cd $SOURCE_PATH
mkdir -p $SOURCE_PATH/repo/
while true; do
s3cmd sync $APP $SOURCE_PATH/repo/
rm -rf $SOURCE_PATH/repo/*-latest.apk
fdroid update && fdroid server update
sleep $UPDATE_WAIT
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment