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