From bbb7119496c003930c887f056353e8dfda152669 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 29 Jan 2024 11:58:08 -0500 Subject: [PATCH] 21361: Remove Debian 10 support from installer Arvados-DCO-1.1-Signed-off-by: Brett Smith --- lib/install/deps.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/install/deps.go b/lib/install/deps.go index 9f483b7654..e05151688a 100644 --- a/lib/install/deps.go +++ b/lib/install/deps.go @@ -273,8 +273,6 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read } else if osv.Debian { var codename string switch osv.Major { - case 10: - codename = "buster" case 11: codename = "bullseye" case 12: -- 2.30.2