fix(quickget): add hash verification for KolibriOS

This commit is contained in:
Martin Wimpress 2026-01-24 01:26:16 +00:00 committed by Martin Wimpress
parent 2e5b29ad43
commit 9d4171b0d6
1 changed files with 1 additions and 0 deletions

View File

@ -1990,6 +1990,7 @@ function get_kolibrios() {
local HASH=""
local ISO="latest-iso.7z"
local URL="http://builds.kolibrios.org/${EDITION}"
HASH=$(web_pipe "${URL}/sha256sums.txt" | grep "${ISO}" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}