mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
12 lines
322 B
Text
12 lines
322 B
Text
INFO="KolibriOS|Independent||http://kolibrios.org/en/|Tiny yet incredibly powerful and fast operating system.";;
|
|
|
|
function releases_kolibrios() {
|
|
echo latest
|
|
}
|
|
|
|
function get_kolibrios() {
|
|
local HASH=""
|
|
local ISO="kolibri.iso"
|
|
local URL="https://builds.kolibrios.org/eng"
|
|
echo "${URL}/${ISO} ${HASH}"
|
|
}
|