From ee227d0f152d422cfab94ba29dd4edc915aa5803 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Tue, 3 Aug 2021 13:52:35 -0500 Subject: [PATCH] Fixed initial cfgs It still had ads.txt and not adlist.txt or adlistings.txt, corrected this --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f82a454..e66723b 100644 --- a/Makefile +++ b/Makefile @@ -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