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 HASH=""
|
||||||
local ISO="kolibri.iso"
|
local ISO="kolibri.iso"
|
||||||
local URL="https://builds.kolibrios.org/eng"
|
local URL="https://builds.kolibrios.org/eng"
|
||||||
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
web_get "${URL}/${ISO}" "${VM_PATH}"
|
|
||||||
make_vm_config "${ISO}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_linuxmint() {
|
function get_linuxmint() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue