Merge new-elementary-release' into merging-updated-distros

attempting to pull all the new and updated distros into a single branch
with any conflicts resolved.
pull/322/head
Phil 3 years ago
commit 7ecd33bf6d
  1. 2
      quickget

@ -746,7 +746,7 @@ function get_elementary() {
validate_release "releases_elementary" validate_release "releases_elementary"
B66tim=$(date +%s | base64 ) B66tim=$(date +%s | base64 )
ISO="elementaryos-${RELEASE}-stable.20211005.iso" ISO="elementaryos-${RELEASE}-stable.20211130.iso"
# TODO: derive region from geoIP # TODO: derive region from geoIP
URL="https://ams3.dl.elementary.io/download/${B66tim}=/${ISO}" URL="https://ams3.dl.elementary.io/download/${B66tim}=/${ISO}"
web_get "${URL}" "${VM_PATH}" web_get "${URL}" "${VM_PATH}"

Loading…
Cancel
Save