From 86c4471e764398d573d4ba22a10840d6fd31d8c1 Mon Sep 17 00:00:00 2001 From: zlewchan Date: Sun, 8 Sep 2024 23:21:31 +0200 Subject: [PATCH] fixup! recovery: Disable downgrade and signature checks --- install/install.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install.cpp b/install/install.cpp index c0151ca4..14eae2f5 100644 --- a/install/install.cpp +++ b/install/install.cpp @@ -202,10 +202,10 @@ static bool CheckAbSpecificMetadata(const std::map& me << build_tag; return false; } - } + }*/ return true; -}*/ +} bool CheckPackageMetadata(const std::map& metadata, OtaType ota_type) { auto package_ota_type = get_value(metadata, "ota-type");