Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elementary: 7.1 #791

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1201,12 +1201,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