mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 14:29:16 +08:00
add adguard easylist
This commit is contained in:
parent
61d0539b48
commit
1a1f6fb981
12
start.sh
12
start.sh
@ -39,6 +39,18 @@ if [ $? -ne 0 ];then
|
||||
fi
|
||||
|
||||
|
||||
echo '开始下载 easylist4...'
|
||||
curl -o ./origin-files/easylist4.txt --connect-timeout 60 \
|
||||
-s \
|
||||
https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
|
||||
|
||||
# shellcheck disable=SC2181
|
||||
if [ $? -ne 0 ];then
|
||||
echo '下载失败,请重试'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
echo '开始下载 hosts1...'
|
||||
curl -o ./origin-files/hosts1 --connect-timeout 60 \
|
||||
-s \
|
||||
|
Loading…
Reference in New Issue
Block a user