From 2a6683bbbb636e1cb603dcf06ba31893f9ce1b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 13 Dec 2024 16:50:54 +0100 Subject: [PATCH] verify: Remove `software-properties-common` package install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's no longer needed Signed-off-by: Paweł Gronowski (cherry picked from commit 3e7dc9e5acab5302662e5afc37f95e4d2354dfcb) Signed-off-by: Paweł Gronowski --- verify | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/verify b/verify index 362ff37b08..07ce89aca5 100755 --- a/verify +++ b/verify @@ -49,8 +49,7 @@ function verify_deb() { ca-certificates \ curl \ gnupg2 \ - lsb-release \ - software-properties-common + lsb-release DIST_ID=$(source /etc/os-release; echo "$ID") DIST_VERSION=$(lsb_release -sc)