Skip to content

Commit

Permalink
fix: chimeralinux release function
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Apr 16, 2024
1 parent bea27b1 commit beff9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -1668,10 +1668,10 @@ function get_chimeralinux() {
local DATE=""
local ISO=""
local URL="https://repo.chimera-linux.org/live/${RELEASE}"

DATE=$(wget -q -O- "${URL}/sha256sums.txt" | head -n1 | cut -d'-' -f5)
ISO="chimera-linux-x86_64-LIVE-${DATE}-${EDITION}.iso"
HASH=$(wget -q -O- "${URL}/sha256sums.txt" | grep 'x86_64-LIVE' | grep "${EDITION}" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}

function get_crunchbang++() {
Expand Down

0 comments on commit beff9f3

Please sign in to comment.