mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Merge branch 'new-elementary-release' into merging-updated-distros
This commit is contained in:
commit
48fbbb584f
1 changed files with 3 additions and 3 deletions
6
quickget
6
quickget
|
@ -231,7 +231,7 @@ function releases_debian() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_elementary() {
|
function releases_elementary() {
|
||||||
echo 6.0
|
echo 6.1
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_freebsd(){
|
function releases_freebsd(){
|
||||||
|
@ -742,11 +742,11 @@ function get_elementary() {
|
||||||
local ISO=""
|
local ISO=""
|
||||||
local URL=""
|
local URL=""
|
||||||
local B66tim=""
|
local B66tim=""
|
||||||
|
local isotag="20211218-rc"
|
||||||
|
|
||||||
validate_release "releases_elementary"
|
validate_release "releases_elementary"
|
||||||
B66tim=$(date +%s | base64 )
|
B66tim=$(date +%s | base64 )
|
||||||
ISO="elementaryos-${RELEASE}-stable.20211130.iso"
|
ISO="elementaryos-${RELEASE}-stable.${isotag}.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…
Reference in a new issue