Update quickget

This commit is contained in:
zenobit 2025-03-04 00:24:21 +01:00 committed by GitHub
parent ca515a19c5
commit abe2c63247
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"