Refactor get_void() to add create_vm() compatibility

pull/388/head
Martin Wimpress 3 years ago
parent ffac1da503
commit 23b8e42374
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      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() {

Loading…
Cancel
Save