fix blendos
This commit is contained in:
parent
5dd0dc0590
commit
76cc66ecdf
|
|
@ -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}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue