fix blendos

This commit is contained in:
zenobit 2025-03-02 18:22:41 +01:00
parent 5dd0dc0590
commit 76cc66ecdf
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ function releases_() {
}
function get_() {
local HASH=""
local HASH=$(web_pipe "https://git.blendos.co/api/v4/projects/32/jobs/artifacts/main/raw/checksum?job=build-job | cut -d' ' -f1")
local ISO="blendOS.iso"
local URL="https://kc1.mirrors.199693.xyz/blend/isos/testing"
echo "${URL}/${ISO} ${HASH}"
local URL="https://git.blendos.co/api/v4/projects/32/jobs/artifacts/main/raw/${ISO}?job=build-job"
echo "${URL} ${HASH}"
}