mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
9 lines
213 B
Text
9 lines
213 B
Text
INFO=" |Gentoo|Independent||https://www.gentoo.org/|Highly flexible, source-based Linux distribution.";;
|
|
|
|
function releases_gentoo() {
|
|
echo latest
|
|
}
|
|
|
|
function editions_gentoo() {
|
|
echo minimal livegui
|
|
}
|