From 7abdfdc9df44f1473f28a50cf27c532d48db0ac6 Mon Sep 17 00:00:00 2001 From: ruscher Date: Wed, 5 Jul 2023 22:32:12 -0300 Subject: [PATCH] Update quickget --- quickget | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quickget b/quickget index 2284fb1..fb918f7 100755 --- a/quickget +++ b/quickget @@ -1051,10 +1051,10 @@ function get_arcolinux() { function get_biglinux() { local HASH="" local ISO="" - local URL="https://iso.biglinux.com.br/" + local URL="https://iso.biglinux.com.br" ISO=$(grep -Eo 'biglinux_[0-9]{4}(-[0-9]{2}){2}_k[0-9]{2,3}.iso' <(wget -q -O- ${URL}) | sort -u | tail -n2 | head -n1) - HASH=$(curl -s ${URL}${ISO}.md5 | grep -Eo '[[:alnum:]]{32}') - echo "${URL}${ISO} ${HASH}" + HASH=$(curl -s ${URL}/${ISO}.md5 | grep -Eo '[[:alnum:]]{32}') + echo "${URL}/${ISO} ${HASH}" } function get_blendos() {