Refactor get_cachyos() to add create_vm() compatibility

pull/388/head
Martin Wimpress 3 years ago
parent c31fa21cb9
commit 3b3f005ae9
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 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…
Cancel
Save