Blocklist update 2022-06-05 19:26:43

This commit is contained in:
root 2022-06-05 19:26:43 +00:00
parent de64089a94
commit d2ab99b8d5

View File

@ -3,13 +3,13 @@
cd /home/adguard-filter-list
# Create compiled blocklist
time /usr/local/bin/hostlist-compiler -v -c hostlist-compiler-config.json -o blocklist
#time /usr/local/bin/hostlist-compiler -v -c hostlist-compiler-config.json -o blocklist
# Date and time
currentDate=`/bin/date '+%Y-%m-%d'`
currentTime=`/bin/date '+%H:%M:%S'`
# Push it to GitHub
#git add *
#git commit -m "Blocklist update ${currentDate} ${currentTime}"
#git push
git add *
git commit -m "Blocklist update ${currentDate} ${currentTime}"
git push