From 24cbb9de0916b54f9c7e9912d3e0f1cdc46dd919 Mon Sep 17 00:00:00 2001 From: Phung Nhat Huy Date: Fri, 26 Jun 2026 22:38:12 +0000 Subject: [PATCH] Remove the check for software-properties-common. The package software-properties-common was removed on trixie. Latest version of installation script llvm.sh handled the case automatically: https://github.com/llvm/llvm-project/issues/120608 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fdeaa61..9dcc867 100644 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ check_packages() { fi } -check_packages lsb-release wget software-properties-common gnupg +check_packages lsb-release wget gnupg # Remove any previous LLVM that may be in the base image # LLVM packages packaged by Ubuntu may get picked over us and