diff --git a/quickget b/quickget index 152df45..2bcde39 100755 --- a/quickget +++ b/quickget @@ -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++() {