From 5b8a32e92baa237b5adf142f3df22aca9fb886f0 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Tue, 21 Jan 2025 08:58:06 +0100 Subject: [PATCH] [TOOLS] Fix auto update of Japanese Filters+EasyList list (#1743) --- tools/images/update-cromite-org/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/images/update-cromite-org/update.sh b/tools/images/update-cromite-org/update.sh index 6175da0f..9cc91cfe 100644 --- a/tools/images/update-cromite-org/update.sh +++ b/tools/images/update-cromite-org/update.sh @@ -48,6 +48,7 @@ do curl -O https://easylist-downloads.adblockplus.org/fanboy-notifications.txt || KO=1 curl -O https://easylist-downloads.adblockplus.org/easyprivacy.txt || KO=1 curl -O https://easylist-downloads.adblockplus.org/fanboy-social.txt || KO=1 + curl -O https://easylist-downloads.adblockplus.org/japanese-filters+easylist.txt || KO=1 NOW=$(date +"%Y-%m-%dT%H:%M:%S%z") echo Last Update $NOW > LAST-UPDATE.txt