fix: chimeralinux release function

This commit is contained in:
zen0bit 2024-04-13 23:11:25 +02:00 committed by Martin Wimpress
parent 0f1eb545c0
commit 005d2b2d1b
1 changed files with 1 additions and 1 deletions

View File

@ -1768,10 +1768,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++() {