mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add Fedora 38 and other spins/editions
This commit is contained in:
parent
54d19096ad
commit
245900df66
1 changed files with 6 additions and 2 deletions
8
quickget
8
quickget
|
@ -317,7 +317,7 @@ function releases_endeavouros() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_fedora() {
|
function releases_fedora() {
|
||||||
echo 33 34 35 36 37
|
echo 33 34 35 36 37 38
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_batocera() {
|
function releases_batocera() {
|
||||||
|
@ -326,6 +326,7 @@ function releases_batocera() {
|
||||||
|
|
||||||
function editions_fedora() {
|
function editions_fedora() {
|
||||||
echo Workstation \
|
echo Workstation \
|
||||||
|
Budgie \
|
||||||
Cinnamon \
|
Cinnamon \
|
||||||
i3 \
|
i3 \
|
||||||
KDE \
|
KDE \
|
||||||
|
@ -334,6 +335,9 @@ function editions_fedora() {
|
||||||
Mate \
|
Mate \
|
||||||
Xfce \
|
Xfce \
|
||||||
Silverblue \
|
Silverblue \
|
||||||
|
Sericea \
|
||||||
|
Kinoite \
|
||||||
|
Sway \
|
||||||
Server
|
Server
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1124,7 +1128,7 @@ function get_fedora() {
|
||||||
local VARIANT=""
|
local VARIANT=""
|
||||||
|
|
||||||
case ${EDITION} in
|
case ${EDITION} in
|
||||||
Server|Silverblue|Workstation) VARIANT="${EDITION}";;
|
Server|Kinoite|Silverblue|Sericea|Workstation) VARIANT="${EDITION}";;
|
||||||
*) VARIANT="Spins";;
|
*) VARIANT="Spins";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue