Update 2024-12-24 08:58 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-24 08:58:49 +01:00
parent 6a240c970c
commit 3e58a36599
4 changed files with 51 additions and 2 deletions

10
.bin/update-luakit-adlist Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh -xe
for list in easylist/easylist \
easylist/easyprivacy \
easylist/fanboy-social \
easylistgermany/easylistgermany
do
ftp -o $HOME/.local/share/luakit/adblock/$(basename $list).txt \
https://easylist.to/${list}.txt
done