[install] Stop installer when failed to download the binary

Close #312
pull/326/head
Junegunn Choi 9 years ago
parent bae10a6582
commit a7b75c99a5

@ -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 ..."

Loading…
Cancel
Save