Update 2024-12-24 08:58 OpenBSD/amd64-t14
This commit is contained in:
10
.bin/update-luakit-adlist
Executable file
10
.bin/update-luakit-adlist
Executable 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
|
||||
Reference in New Issue
Block a user