fix(quickget): add hash verification for KolibriOS
This commit is contained in:
parent
2e5b29ad43
commit
9d4171b0d6
1
quickget
1
quickget
|
|
@ -1990,6 +1990,7 @@ function get_kolibrios() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO="latest-iso.7z"
|
local ISO="latest-iso.7z"
|
||||||
local URL="http://builds.kolibrios.org/${EDITION}"
|
local URL="http://builds.kolibrios.org/${EDITION}"
|
||||||
|
HASH=$(web_pipe "${URL}/sha256sums.txt" | grep "${ISO}" | cut -d' ' -f1)
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue