Add Fedora 38 and other spins/editions
This commit is contained in:
parent
c69fa6b430
commit
dd91fddc18
8
quickget
8
quickget
@ -315,7 +315,7 @@ function releases_endeavouros() {
|
||||
}
|
||||
|
||||
function releases_fedora() {
|
||||
echo 33 34 35 36 37
|
||||
echo 33 34 35 36 37 38
|
||||
}
|
||||
|
||||
function releases_batocera() {
|
||||
@ -324,6 +324,7 @@ function releases_batocera() {
|
||||
|
||||
function editions_fedora() {
|
||||
echo Workstation \
|
||||
Budgie \
|
||||
Cinnamon \
|
||||
i3 \
|
||||
KDE \
|
||||
@ -332,6 +333,9 @@ function editions_fedora() {
|
||||
Mate \
|
||||
Xfce \
|
||||
Silverblue \
|
||||
Sericea \
|
||||
Kinoite \
|
||||
Sway \
|
||||
Server
|
||||
}
|
||||
|
||||
@ -1120,7 +1124,7 @@ function get_fedora() {
|
||||
local VARIANT=""
|
||||
|
||||
case ${EDITION} in
|
||||
Server|Silverblue|Workstation) VARIANT="${EDITION}";;
|
||||
Server|Kinoite|Silverblue|Sericea|Workstation) VARIANT="${EDITION}";;
|
||||
*) VARIANT="Spins";;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user