From 6ab206783b9cb7716d8a0b10e9fd8ccbb3068e0a Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 23 Feb 2022 10:41:03 +0000 Subject: [PATCH] Refactor get_kolibrios() to add create_vm() compatibility --- quickget | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/quickget b/quickget index eedcaf1..5154300 100755 --- a/quickget +++ b/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() {