mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Refactor get_gentoo() to add create_vm() compatibility
This commit is contained in:
parent
039d1773e4
commit
0ea2d1b3aa
1 changed files with 1 additions and 3 deletions
4
quickget
4
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() {
|
||||
|
|
Loading…
Reference in a new issue