Update quickget
This commit is contained in:
parent
ca515a19c5
commit
abe2c63247
2
quickget
2
quickget
|
|
@ -346,7 +346,7 @@ function test_all() {
|
|||
for RELEASE in $(releases_); do
|
||||
. "actions/${OS}"
|
||||
if [ "${OS}" == 'rebornos' ]; then
|
||||
if curl -I "https://cdn.soulharsh007.dev/RebornOS-ISO/${ISO}"
|
||||
if curl -I "https://cdn.soulharsh007.dev/RebornOS-ISO/${ISO}"; then
|
||||
test_result "${OS} ${RELEASE} ${URL} PASS"
|
||||
else
|
||||
test_result "${OS} ${RELEASE} ${URL} FAIL"
|
||||
|
|
|
|||
Loading…
Reference in New Issue