mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix get_garuda()
This commit is contained in:
parent
bd87f98224
commit
7ef1f5bc49
1 changed files with 1 additions and 1 deletions
2
quickget
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…
Reference in a new issue