From a2cf9cc96bc90b9efd74c2e037d3a072dbf44360 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 29 Jun 2021 10:47:17 +0200 Subject: [PATCH] Add filter lists index to mandatory updates --- updates/helper/updates.go | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/helper/updates.go b/updates/helper/updates.go index 6ad4ffe5..bce82e4b 100644 --- a/updates/helper/updates.go +++ b/updates/helper/updates.go @@ -48,6 +48,7 @@ func MandatoryUpdates() (identifiers []string) { "all/ui/modules/assets.zip", // Filter lists data + "all/intel/lists/index.dsd", "all/intel/lists/base.dsdl", "all/intel/lists/intermediate.dsdl", "all/intel/lists/urgent.dsdl",