Fixed initial cfgs

It still had ads.txt and not adlist.txt or adlistings.txt, corrected
this
stable
Justin Reichardt 2021-08-03 13:52:35 -05:00
parent 694ca35d27
commit ee227d0f15
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ dir:
if [ ! -d /usr/local/share/removeadhosts ];then mkdir -p /usr/local/share/removeadhosts;fi
if [ ! -d /etc/removeadhosts ];then mkdir /etc/removeadhosts;fi
install: dir
touch /etc/removeadhosts/ads.txt
touch /etc/removeadhosts/{adlist.txt,adlistings.txt
cp src/* /usr/local/share/removeadhosts/
chown -R root:root /usr/local/share/removeadhosts
chmod +x /usr/local/share/removeadhosts/removeadhosts.sh