From 7b8ac0f31a52e22def7ee8ff9e21b6df36d236e3 Mon Sep 17 00:00:00 2001 From: Kale Date: Sat, 21 Aug 2021 22:40:00 -0700 Subject: [PATCH] Update 'filters-build.sh' --- filters-build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/filters-build.sh b/filters-build.sh index 1b3ed54..d7a47a6 100644 --- a/filters-build.sh +++ b/filters-build.sh @@ -34,6 +34,13 @@ python3 /filters-converter/to-rpz/adguard-host-wildcards_rpz_argv.py $MAKE_DIR/c wget -O $MAKE_DIR/adguard-exceptions_raw.txt https://github.com/AdguardTeam/AdGuardSDNSFilter/raw/master/Filters/exceptions.txt python3 /filters-converter/to-rpz/adguard-host_rpz_argv.py $MAKE_DIR/adguard-exceptions_raw.txt $MAKE_DIR/output/adguard-exceptions_rpz.txt +mkdir $MAKE_DIR/Bromite +cd $MAKE_DIR/Bromite +wget https://github.com/bromite/filters/releases/download/92.0.4515.103/ruleset_converter +curl https://github.com/minoplhy/Bromite-custom-adblock/raw/main/wget-all-filters.txt | bash +curl https://github.com/minoplhy/Bromite-custom-adblock/raw/main/lazy-converter.txt | bash +cp filters.dat $MAKE_DIR/output/filters.dat + cd /aniki echo $API_TOKEN_GITHUB > token.txt gh auth login --with-token < token.txt