Update install.sh

This commit is contained in:
Kroese 2024-06-10 20:43:00 +02:00 committed by GitHub
parent 491d00b3f5
commit a7d9f6bb25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,6 +46,7 @@ info "$msg..." && html "$msg..."
fKill "progress.sh"
msg="Failed to download $BOOT"
(( rc == 3 )) && error "$msg , cannot write file (disk full?)" && exit 60
(( rc == 4 )) && error "$msg , network failure!" && exit 60
(( rc == 8 )) && error "$msg , server issued an error response!" && exit 60
(( rc != 0 )) && error "$msg , reason: $rc" && exit 60