mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add Fedora 39
This commit is contained in:
parent
d65d19211b
commit
f217e63189
1 changed files with 9 additions and 8 deletions
11
quickget
11
quickget
|
@ -507,7 +507,7 @@ function editions_endless() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_fedora() {
|
function releases_fedora() {
|
||||||
echo 33 34 35 36 37 38
|
echo 33 34 35 36 37 38 39
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_batocera() {
|
function releases_batocera() {
|
||||||
|
@ -528,7 +528,8 @@ function editions_fedora() {
|
||||||
Sericea \
|
Sericea \
|
||||||
Kinoite \
|
Kinoite \
|
||||||
Sway \
|
Sway \
|
||||||
Server
|
Server \
|
||||||
|
Onyx
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_freebsd(){
|
function releases_freebsd(){
|
||||||
|
@ -1510,7 +1511,7 @@ function get_fedora() {
|
||||||
local VARIANT=""
|
local VARIANT=""
|
||||||
|
|
||||||
case ${EDITION} in
|
case ${EDITION} in
|
||||||
Server|Kinoite|Silverblue|Sericea|Workstation) VARIANT="${EDITION}";;
|
Server|Kinoite|Onyx|Silverblue|Sericea|Workstation) VARIANT="${EDITION}";;
|
||||||
*) VARIANT="Spins";;
|
*) VARIANT="Spins";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -2785,9 +2786,9 @@ if [ -n "${2}" ]; then
|
||||||
|
|
||||||
# Handle odd missing fedora cominations
|
# Handle odd missing fedora cominations
|
||||||
if [[ $OS == fedora ]] ; then
|
if [[ $OS == fedora ]] ; then
|
||||||
if [[ ${RELEASE} = "33" && ${EDITION} = "i3" ]] || [[ ${RELEASE} = "34" && ${EDITION} = "Cinnamon" ]] ; then
|
if [[ ${RELEASE} = "33" && ${EDITION} = "i3" ]] || [[ ${RELEASE} = "34" && ${EDITION} = "Cinnamon" ]] || [[ "${RELEASE}" < "39" && ${EDITION} = "Onyx" ]]; then
|
||||||
echo "ERROR! Unsupported combination"
|
echo "ERROR! Unsupported combination"
|
||||||
echo " Fedora 33 i3 and Fedora 34 Cinnamon are not available, please choose another Release or Edition"
|
echo " Fedora ${RELEASE} ${EDITION} is not available, please choose another Release or Edition"
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue