Skip to content
Snippets Groups Projects
Commit a7b75c99 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[install] Stop installer when failed to download the binary

Close #312
parent bae10a65
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ if [ -n "$binary_error" ]; then
echo "No prebuilt binary for $archi ... "
else
echo " - $binary_error !!!"
exit 1
fi
echo "Installing legacy Ruby version ..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment