mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
working link for elementary
The current download link returns an html file with a message about an expired link. Ideally this needs to be fixed more elegantly by collaboration with the elementary team to get a stable/non-expiring link or find an alternate source ( or de-support elementary)
This commit is contained in:
parent
70c2930336
commit
255873c05a
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -609,7 +609,7 @@ function get_elementary() {
|
|||
|
||||
validate_release "releases_elementary"
|
||||
ISO="elementaryos-${RELEASE}-stable.20211005.iso"
|
||||
URL="https://ams3.dl.elementary.io/download/MTYzNDU5MDA5NA==/${ISO}"
|
||||
URL="https://ams3.dl.elementary.io/download/MTYzNTM1NDc4OQ==/${ISO}"
|
||||
web_get "${URL}" "${VM_PATH}"
|
||||
make_vm_config "${ISO}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue