From 8748c0e1eafcac86e53ecb33e13f3dc7aa7fd8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Sat, 7 Sep 2019 01:22:30 +0000 Subject: [PATCH] Update Fedora versions to currently available ones Tested with the configured mirror. --- pixiecore/cli/quickcmd.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pixiecore/cli/quickcmd.go b/pixiecore/cli/quickcmd.go index 27aef44..363eede 100644 --- a/pixiecore/cli/quickcmd.go +++ b/pixiecore/cli/quickcmd.go @@ -141,10 +141,8 @@ func ubuntuRecipe(parent *cobra.Command) { func fedoraRecipe(parent *cobra.Command) { versions := []string{ - "22", - "23", - "24", - "25", + "29", + "30", } fedoraCmd := &cobra.Command{