use url from mirror

pull/245/head
Vladislav Nepogodin 3 years ago
parent c0ea6963ac
commit b46c8e4f54
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
  1. 2
      quickget

@ -833,7 +833,7 @@ function get_cachyos() {
validate_release "releases_cachyos" validate_release "releases_cachyos"
ISO="cachyos-cli-${RELEASE}-x86_64.iso" ISO="cachyos-cli-${RELEASE}-x86_64.iso"
URL="https://deac-fra.dl.sourceforge.net/project/cachyos-arch/cli-installer" 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