From 255873c05abf0773f35575dcd831f55bf4da8691 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Wed, 27 Oct 2021 18:28:25 +0100 Subject: [PATCH] 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) --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 092b843..fef94d1 100755 --- a/quickget +++ b/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}" }