Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 22, 2024
1 parent 5f948ca commit 5f682a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if [ ! -f "$ISO" ]; then

{ wget "$VERSION" -O "$ISO" -q --no-check-certificate --show-progress "$PROGRESS"; rc=$?; } || :

(( rc != 0 )) && echo && error "Failed to download $VERSION, reason: $rc" && exit 60
(( rc != 0 )) && error "Failed to download $VERSION, reason: $rc" && exit 60

fi

Expand Down

0 comments on commit 5f682a9

Please sign in to comment.