From 23b8e42374b217c57de8129c39a85bf041b0fd2e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 23 Feb 2022 11:06:33 +0000 Subject: [PATCH] Refactor get_void() to add create_vm() compatibility --- quickget | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/quickget b/quickget index 42266bf..f261740 100755 --- a/quickget +++ b/quickget @@ -1179,9 +1179,7 @@ function get_void() { xfce-musl) ISO="void-live-x86_64-musl-${DATE}-xfce.iso";; esac HASH="$(wget -q -O- "${URL}/sha256sum.txt" | grep "${ISO}" | cut -d' ' -f4)" - web_get "${URL}/${ISO}" "${VM_PATH}" - check_hash "${ISO}" "${HASH}" - make_vm_config "${ISO}" + echo "${URL}/${ISO} ${HASH}" } function get_zorin() {