From 0ea2d1b3aa38610a5e4959ec4506ded68b41c016 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 23 Feb 2022 10:34:59 +0000 Subject: [PATCH] Refactor get_gentoo() to add create_vm() compatibility --- quickget | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/quickget b/quickget index abf80e0..bd40035 100755 --- a/quickget +++ b/quickget @@ -827,9 +827,7 @@ function get_gentoo() { ISO=$(wget -q -O- "${URL}/${RELEASE}-iso.txt" | grep install | cut -d' ' -f1) HASH=$( wget -q -O- "${URL}/${ISO}.DIGESTS" | grep iso | grep -v CONTENTS | cut -d' ' -f1) - web_get "${URL}/${ISO}" "${VM_PATH}" - check_hash "$(basename "${ISO}")" "${HASH}" - make_vm_config "${ISO}" + echo "${URL}/${ISO} ${HASH}" } function get_ghostbsd() {