Fixed initial cfgs
It still had ads.txt and not adlist.txt or adlistings.txt, corrected thisstable
parent
694ca35d27
commit
ee227d0f15
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ dir:
|
||||||
if [ ! -d /usr/local/share/removeadhosts ];then mkdir -p /usr/local/share/removeadhosts;fi
|
if [ ! -d /usr/local/share/removeadhosts ];then mkdir -p /usr/local/share/removeadhosts;fi
|
||||||
if [ ! -d /etc/removeadhosts ];then mkdir /etc/removeadhosts;fi
|
if [ ! -d /etc/removeadhosts ];then mkdir /etc/removeadhosts;fi
|
||||||
install: dir
|
install: dir
|
||||||
touch /etc/removeadhosts/ads.txt
|
touch /etc/removeadhosts/{adlist.txt,adlistings.txt
|
||||||
cp src/* /usr/local/share/removeadhosts/
|
cp src/* /usr/local/share/removeadhosts/
|
||||||
chown -R root:root /usr/local/share/removeadhosts
|
chown -R root:root /usr/local/share/removeadhosts
|
||||||
chmod +x /usr/local/share/removeadhosts/removeadhosts.sh
|
chmod +x /usr/local/share/removeadhosts/removeadhosts.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue