mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
hash commented out for now
This commit is contained in:
parent
a6c8b6b8b1
commit
2a5067f277
1 changed files with 3 additions and 3 deletions
6
quickget
6
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() {
|
||||
|
|
Loading…
Reference in a new issue