mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
9 lines
297 B
Text
9 lines
297 B
Text
INFO="Haiku|Independent||https://www.haiku-os.org/|Specifically targets personal computing. Inspired by the BeOS, Haiku is fast, simple to use, easy to learn and yet very powerful.";;
|
|
|
|
function releases_haiku() {
|
|
echo r1beta4 r1beta3
|
|
}
|
|
|
|
function editions_haiku() {
|
|
echo x86_64 x86_gcc2h
|
|
}
|