This commit is contained in:
gentlyxu 2019-05-05 09:52:28 +00:00
parent df2b501ee5
commit ba72917f6a
3 changed files with 427 additions and 12649 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ if [ $? -ne 0 ];then
fi
echo '开始下载 easylist2...'
wget -O koolproxy.txt https://kprule.com/koolproxy.txt
wget --no-check-certificate -O koolproxy.txt https://kprule.com/koolproxy.txt
if [ $? -ne 0 ];then
echo '下载失败,请重试'