mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-19 19:19:06 -07:00
simplified updates
as the idea is to generate blocklists daily, the update package will be downloaded daily without checksum. Easier this way. Can implement checksum of the update package if needed.
This commit is contained in:
parent
fb0c673e48
commit
4e52559f79
4 changed files with 25 additions and 40 deletions
|
|
@ -51,8 +51,8 @@ mv facebook_block.txt blocklists/.
|
|||
# Archiving
|
||||
echo "Compressing blocklists..."
|
||||
cd "${WRK_DIR}/blocklists/"
|
||||
getMD5 "MyBlocklist.txt" >| MyBlocklist.checksum
|
||||
getMD5 "facebook_block.txt" >| facebook_block.checksum
|
||||
# getMD5 "MyBlocklist.txt" >| MyBlocklist.checksum
|
||||
# getMD5 "facebook_block.txt" >| facebook_block.checksum
|
||||
sleep 1
|
||||
xz -v -T4 MyBlocklist.txt
|
||||
xz -v -T4 facebook_block.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue