From 245900df66366a6461334fb45eee5dbc922fb997 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 18 Apr 2023 10:13:47 -0600 Subject: [PATCH] Add Fedora 38 and other spins/editions --- quickget | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 62bb97b..41c25c6 100755 --- a/quickget +++ b/quickget @@ -317,7 +317,7 @@ function releases_endeavouros() { } function releases_fedora() { - echo 33 34 35 36 37 + echo 33 34 35 36 37 38 } function releases_batocera() { @@ -326,6 +326,7 @@ function releases_batocera() { function editions_fedora() { echo Workstation \ + Budgie \ Cinnamon \ i3 \ KDE \ @@ -334,6 +335,9 @@ function editions_fedora() { Mate \ Xfce \ Silverblue \ + Sericea \ + Kinoite \ + Sway \ Server } @@ -1124,7 +1128,7 @@ function get_fedora() { local VARIANT="" case ${EDITION} in - Server|Silverblue|Workstation) VARIANT="${EDITION}";; + Server|Kinoite|Silverblue|Sericea|Workstation) VARIANT="${EDITION}";; *) VARIANT="Spins";; esac