mirror of
https://github.com/danderson/netboot.git
synced 2025-08-08 23:57:14 +02:00
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:
parent
3271f8a90f
commit
b25ce1b149
@ -90,11 +90,12 @@ func ubuntuRecipe(parent *cobra.Command) {
|
||||
versions := []string{
|
||||
"precise",
|
||||
"trusty",
|
||||
"vivid",
|
||||
"wily",
|
||||
"xenial",
|
||||
"yakkety",
|
||||
"zesty",
|
||||
"bionic",
|
||||
"cosmic",
|
||||
"disco",
|
||||
"eoan",
|
||||
"focal",
|
||||
}
|
||||
|
||||
ubuntuCmd := &cobra.Command{
|
||||
|
Loading…
Reference in New Issue
Block a user