Skip to content

Commit

Permalink
Add firmware download failure prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Apr 5, 2023
1 parent 8449957 commit a893063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ download_depends() {

# Download Armbian firmware files
svn co ${firmware_repo} ${firmware_path} --force --quiet
[[ "${?}" -ne "0" ]] && error_msg "Failed to download the Armbian firmware files."
}

query_version() {
Expand Down

0 comments on commit a893063

Please sign in to comment.