You are not logged in.
Pages: 1
Hello everybody!
I ad trying to create a cronjob for downloading the 'easylist.txt' file for luakit but cannot get it to work.
If I manually execute the following command
wget https://easylist.to/easylist/easylist.txt -o easylist.txt --backups=1 --directory-prefix=/home/***/.local/share/luakit/adblock/it works.
So I created an 'easylist.sh' file with the following command
55 16 28 * * /usr/bin/wget https://easylist.to/easylist/easylist.txt -o easylist.txt --backups=1 --directory-prefix=/home/***/.local/share/luakit/adblock/I made the file executable (chmod +x) and put it in the '/etc/cron.monthly' directory.
But it is not working.
Any help is highly appreciated!
Thank you in advance!
Offline
Pages: 1