Update quickget

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

View File

@ -345,7 +345,7 @@ function test_all() {
for RELEASE in $(releases_); do
. "actions/${OS}"
if [ "${OS}" == 'rebornos" ]; then
if [ "${OS}" == 'rebornos' ]; then
if curl -I "https://cdn.soulharsh007.dev/RebornOS-ISO/${ISO}"
test_result "${OS} ${RELEASE} ${URL} PASS"
else