mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
use url from mirror
This commit is contained in:
parent
c0ea6963ac
commit
b46c8e4f54
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -833,7 +833,7 @@ function get_cachyos() {
|
|||
|
||||
validate_release "releases_cachyos"
|
||||
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}"
|
||||
make_vm_config "${ISO}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue