Fix get_garuda()

pull/380/head
Martin Wimpress 3 years ago
parent bd87f98224
commit 7ef1f5bc49
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickget

@ -988,7 +988,7 @@ function get_garuda() {
HASH="$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1)"
web_get "${URL}/${ISO}" "${VM_PATH}"
check_hash "${ISO}" "${HASH}"
make_vm_config "${OS}-${RELEASE}.iso"
make_vm_config "${ISO}"
}
function get_gentoo() {

Loading…
Cancel
Save