mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
updated elementary to 6.1
This commit is contained in:
parent
4a048626ff
commit
d06681506f
1 changed files with 2 additions and 3 deletions
5
quickget
5
quickget
|
@ -231,7 +231,7 @@ function releases_debian() {
|
|||
}
|
||||
|
||||
function releases_elementary() {
|
||||
echo 6.0
|
||||
echo 6.1
|
||||
}
|
||||
|
||||
function releases_freebsd(){
|
||||
|
@ -742,10 +742,9 @@ function get_elementary() {
|
|||
local URL=""
|
||||
local B66tim=""
|
||||
|
||||
|
||||
validate_release "releases_elementary"
|
||||
B66tim=$(date +%s | base64 )
|
||||
ISO="elementaryos-${RELEASE}-stable.20211130.iso"
|
||||
ISO="elementaryos-${RELEASE}-stable.20211218-rc.iso"
|
||||
# TODO: derive region from geoIP
|
||||
URL="https://ams3.dl.elementary.io/download/${B66tim}=/${ISO}"
|
||||
web_get "${URL}" "${VM_PATH}"
|
||||
|
|
Loading…
Reference in a new issue