hash commented out for now

This commit is contained in:
Steam Deck User 2023-11-02 17:24:01 +01:00 committed by Martin Wimpress
parent a6c8b6b8b1
commit 2a5067f277

View File

@ -1485,12 +1485,12 @@ function get_haiku() {
} }
function get_holoiso() { 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 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" local URL="https://cd2.holoiso.ru.eu.org"
# Can't find hash # Can't find hash
HASH=$(wget -q -O- "${URL}/${ISO}.sha256sum" | cut -d' ' -f1) #HASH=$(wget -q -O- "${URL}/${ISO}.sha256sum" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}" echo "${URL}/${ISO} #${HASH}"
} }
function get_kali() { function get_kali() {