use url from mirror

This commit is contained in:
Vladislav Nepogodin 2021-11-24 00:17:37 +04:00
parent c0ea6963ac
commit b46c8e4f54
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -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}"
} }