Fix get_garuda()

This commit is contained in:
Martin Wimpress 2022-02-22 00:51:54 +00:00
parent bd87f98224
commit 7ef1f5bc49
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -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() {