X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/96f0b43ee4bb07e87dbeef8514a51857db069351..8836fd8f35b497eaad22de9d9478d8aa97fb359c:/lib/install/deps.go diff --git a/lib/install/deps.go b/lib/install/deps.go index f9795cf872..08312d738c 100644 --- a/lib/install/deps.go +++ b/lib/install/deps.go @@ -235,6 +235,10 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read } else { pkgs = append(pkgs, "firefox") } + if osv.Debian && osv.Major >= 11 { + // not available in Debian <11 + pkgs = append(pkgs, "s3cmd") + } } if dev || test { pkgs = append(pkgs,