Skip to content

Commit

Permalink
fix: attempt to fix rebornos failing in ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 9, 2024
1 parent b78710d commit bbb5518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -2368,8 +2368,8 @@ function get_reactos() {
function get_rebornos() {
local HASH=""
local ISO=""
ISO=$(web_pipe "https://meta.cdn.soulharsh007.dev/RebornOS-ISO?format=json" | jq -r ".url")
HASH=$(web_pipe "https://meta.cdn.soulharsh007.dev/RebornOS-ISO?format=json" | jq -r ".md5")
ISO="$(web_pipe "https://meta.cdn.soulharsh007.dev/RebornOS-ISO?format=json" | jq -r ".url")"
HASH="$(web_pipe "https://meta.cdn.soulharsh007.dev/RebornOS-ISO?format=json" | jq -r ".md5")"
echo "${ISO} ${HASH}"
}

Expand Down

0 comments on commit bbb5518

Please sign in to comment.