mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Refactor get_kolibrios() to add create_vm() compatibility
This commit is contained in:
parent
facb15b0d2
commit
6ab206783b
1 changed files with 1 additions and 3 deletions
4
quickget
4
quickget
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue