mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
elementary: 7.1 (#791)
* elementaryos: version 7.1 * elementary: added hash for 7.1
This commit is contained in:
parent
ae15443da0
commit
9786f0d520
1 changed files with 5 additions and 4 deletions
9
quickget
9
quickget
|
@ -336,7 +336,7 @@ function releases_dragonflybsd() {
|
|||
}
|
||||
|
||||
function releases_elementary() {
|
||||
echo 7.0
|
||||
echo 7.0 7.1
|
||||
}
|
||||
|
||||
function releases_endeavouros() {
|
||||
|
@ -1202,12 +1202,13 @@ function get_dragonflybsd() {
|
|||
function get_elementary() {
|
||||
local HASH=""
|
||||
case ${RELEASE} in
|
||||
6.2)
|
||||
local ISO="elementaryos-${RELEASE}-stable.20211218-rc.iso"
|
||||
;;
|
||||
7.0)
|
||||
local ISO="elementaryos-${RELEASE}-stable.20230129rc.iso"
|
||||
;;
|
||||
7.1)
|
||||
local ISO="elementaryos-${RELEASE}-stable.20230926rc.iso"
|
||||
HASH="5c7f6b388e5787c366587985301ea05ab16e4cc0de3be2b3d6a559ce81a2f102"
|
||||
;;
|
||||
esac
|
||||
local URL="https://ams3.dl.elementary.io/download"
|
||||
echo "${URL}/$(date +%s | base64)/${ISO} ${HASH}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue