2020-03-10 19:50:23 -07:00

9 lines
261 B
Bash
Executable File

#!/bin/sh
wget-ssl --no-check-certificate -O - 'https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt' > /tmp/adnew.conf
if [ -s "/tmp/adnew.conf" ];then
/usr/share/adbyby/ad-update
fi
rm -f /tmp/adbyby.updated && /etc/init.d/adbyby restart