mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Refactor get_cachyos() to add create_vm() compatibility
This commit is contained in:
parent
c31fa21cb9
commit
3b3f005ae9
1 changed files with 2 additions and 5 deletions
7
quickget
7
quickget
|
@ -738,12 +738,9 @@ function get_arcolinux() {
|
|||
|
||||
function get_cachyos() {
|
||||
local HASH=""
|
||||
local ISO=""
|
||||
local ISO="cachyos-${RELEASE}-x86_64.iso"
|
||||
local URL="https://mirror.cachyos.org/ISO"
|
||||
|
||||
ISO="cachyos-${RELEASE}-x86_64.iso"
|
||||
web_get "${URL}/${ISO}" "${VM_PATH}"
|
||||
make_vm_config "${ISO}"
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_debian() {
|
||||
|
|
Loading…
Reference in a new issue