From 9f0c01bd1c37a44b40791a9918fcd756251abc79 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Mon, 8 Jan 2024 08:59:22 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4076ab..df046f1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Execute the python-file for the first test run and watch console outputs. `python3 updater.py` If everything went well, configure crontab to run the script hourly (this is the refresh interval of the apkcombo RSS feed). `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 I am not affiliated with any APK developer, nor f-droid or apkcombo. All rights belong to their owner. \ No newline at end of file