Skip to content

Commit

Permalink
elementary: 7.1 (#791)
Browse files Browse the repository at this point in the history
* elementaryos: version 7.1

* elementary: added hash for 7.1
  • Loading branch information
zen0bit authored Oct 16, 2023
1 parent ae15443 commit 9786f0d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function releases_dragonflybsd() {
}

function releases_elementary() {
echo 7.0
echo 7.0 7.1
}

function releases_endeavouros() {
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit 9786f0d

Please sign in to comment.