README.md aktualisiert

This commit is contained in:
Manuel Kamper 2024-01-08 08:59:22 +00:00
parent 8a5a96d9f0
commit 9f0c01bd1c

View File

@ -23,7 +23,7 @@ Execute the python-file for the first test run and watch console outputs.
`python3 updater.py` `python3 updater.py`
If everything went well, configure crontab to run the script hourly (this is the refresh interval of the apkcombo RSS feed). If everything went well, configure crontab to run the script hourly (this is the refresh interval of the apkcombo RSS feed).
`crontab -e` `crontab -e`
`30 * * * * /usr/bin/python3 /mnt/data/updater/update.py > /dev/null 2>&1` `30 * * * * /usr/bin/python3 /mnt/data/updater/updater.py > /dev/null 2>&1`
## Remarks ## Remarks
I am not affiliated with any APK developer, nor f-droid or apkcombo. All rights belong to their owner. I am not affiliated with any APK developer, nor f-droid or apkcombo. All rights belong to their owner.