21361: Remove Debian 10 support from installer
authorBrett Smith <brett.smith@curii.com>
Mon, 29 Jan 2024 16:58:08 +0000 (11:58 -0500)
committerBrett Smith <brett.smith@curii.com>
Wed, 31 Jan 2024 22:22:25 +0000 (17:22 -0500)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

lib/install/deps.go

index 9f483b7654a5a2ffed36fdf6f694cdf29c966871..e05151688adb38a33224cf6d053ae5f2f5527abb 100644 (file)
@@ -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: