Refactor get_kolibrios() to add create_vm() compatibility

This commit is contained in:
Martin Wimpress 2022-02-23 10:41:03 +00:00
parent facb15b0d2
commit 6ab206783b
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -878,9 +878,7 @@ function get_kolibrios() {
local HASH=""
local ISO="kolibri.iso"
local URL="https://builds.kolibrios.org/eng"
web_get "${URL}/${ISO}" "${VM_PATH}"
make_vm_config "${ISO}"
echo "${URL}/${ISO} ${HASH}"
}
function get_linuxmint() {