diff --git a/quickget b/quickget index b7cd957..f154e71 100755 --- a/quickget +++ b/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() {