mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
9 lines
263 B
Text
9 lines
263 B
Text
INFO="Endless OS|Debian||https://www.endlessos.org/os|Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More.";;
|
|
|
|
function releases_endless() {
|
|
echo 5.0.0
|
|
}
|
|
|
|
function editions_endless() {
|
|
echo base en fr pt_BR es
|
|
}
|