mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
23 lines
418 B
Text
23 lines
418 B
Text
INFO=" |Fedora|Independent||https://www.fedoraproject.org/|Innovative platform for hardware, clouds, and containers, built with love by you.";;
|
|
|
|
function releases_fedora() {
|
|
echo 39 38
|
|
}
|
|
|
|
function editions_fedora() {
|
|
echo Workstation \
|
|
Budgie \
|
|
Cinnamon \
|
|
i3 \
|
|
KDE \
|
|
LXDE \
|
|
LXQt \
|
|
Mate \
|
|
Xfce \
|
|
Silverblue \
|
|
Sericea \
|
|
Kinoite \
|
|
Sway \
|
|
Server \
|
|
Onyx
|
|
}
|