Refactor get_cachyos() to add create_vm() compatibility
This commit is contained in:
parent
c31fa21cb9
commit
3b3f005ae9
7
quickget
7
quickget
@ -738,12 +738,9 @@ function get_arcolinux() {
|
|||||||
|
|
||||||
function get_cachyos() {
|
function get_cachyos() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO="cachyos-${RELEASE}-x86_64.iso"
|
||||||
local URL="https://mirror.cachyos.org/ISO"
|
local URL="https://mirror.cachyos.org/ISO"
|
||||||
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
ISO="cachyos-${RELEASE}-x86_64.iso"
|
|
||||||
web_get "${URL}/${ISO}" "${VM_PATH}"
|
|
||||||
make_vm_config "${ISO}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_debian() {
|
function get_debian() {
|
||||||
|
Loading…
Reference in New Issue
Block a user