mirror of
https://github.com/milleruk/adguard-filter-list.git
synced 2025-05-11 19:57:22 +00:00
Blocklist update 2022-06-05 19:26:43
This commit is contained in:
parent
de64089a94
commit
d2ab99b8d5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user