From 2a5067f2775349c49d9288b11f65fe8efbc609e1 Mon Sep 17 00:00:00 2001 From: Steam Deck User Date: Thu, 2 Nov 2023 17:24:01 +0100 Subject: [PATCH] hash commented out for now --- quickget | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quickget b/quickget index 33b889c..01f12bb 100755 --- a/quickget +++ b/quickget @@ -1485,12 +1485,12 @@ function get_haiku() { } function get_holoiso() { - local HASH="" + #local HASH="" local ISO=$(wget -q -O- "https://api.github.com/repos/HoloISO/holoiso/releases" | sed 's/ /\n/g' | grep "HoloISO_${RELEASES}" | cut -d'\' -f1 | cut -d'/' -f4) local URL="https://cd2.holoiso.ru.eu.org" # Can't find hash - HASH=$(wget -q -O- "${URL}/${ISO}.sha256sum" | cut -d' ' -f1) - echo "${URL}/${ISO} ${HASH}" + #HASH=$(wget -q -O- "${URL}/${ISO}.sha256sum" | cut -d' ' -f1) + echo "${URL}/${ISO} #${HASH}" } function get_kali() {