quickcmd: Ubuntu version up to focal

Removes old versions no longer present on http://mirrors.edge.kernel.org/ubuntu/dists/
This commit is contained in:
Simon Legner 2020-01-25 22:52:48 +01:00
parent 3271f8a90f
commit b25ce1b149

View File

@ -90,11 +90,12 @@ func ubuntuRecipe(parent *cobra.Command) {
versions := []string{ versions := []string{
"precise", "precise",
"trusty", "trusty",
"vivid",
"wily",
"xenial", "xenial",
"yakkety", "bionic",
"zesty", "cosmic",
"disco",
"eoan",
"focal",
} }
ubuntuCmd := &cobra.Command{ ubuntuCmd := &cobra.Command{