Refactor get_cachyos()

pull/373/head
Martin Wimpress 3 years ago
parent 174600a615
commit 0073ba2880
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 8
      quickget

@ -288,7 +288,8 @@ function releases_debian() {
} }
function releases_cachyos() { function releases_cachyos() {
echo 2022.01.09 echo 2022.01.09 \
2022.02.11
} }
function releases_elementary() { function releases_elementary() {
@ -828,13 +829,10 @@ function get_arcolinux() {
function get_cachyos() { function get_cachyos() {
local HASH="" local HASH=""
local ISO="" local ISO=""
local URL="" local URL="https://mirror.cachyos.org/ISO"
local VERSION=""
validate_release "releases_cachyos" validate_release "releases_cachyos"
#ISO="cachyos-cli-${RELEASE}-x86_64.iso"
ISO="cachyos-${RELEASE}-x86_64.iso" ISO="cachyos-${RELEASE}-x86_64.iso"
URL="https://mirror.cachyos.org/ISO"
web_get "${URL}/${ISO}" "${VM_PATH}" web_get "${URL}/${ISO}" "${VM_PATH}"
make_vm_config "${ISO}" make_vm_config "${ISO}"
} }

Loading…
Cancel
Save