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

Improved functioning

parent 819d8754
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,7 @@ cd $SOURCE_PATH
mkdir -p $SOURCE_PATH/repo/
while true; do
cd $SOURCE_PATH/repo/
rm -rf *
for app in $APPS; do
s3cmd get --recursive $app .
rm -rf *-latest.apk
done
s3cmd sync $APP .
cd $SOURCE_PATH
fdroid update && fdroid server update
sleep $UPDATE_WAIT
......
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