Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com>
pull/465/head
micziz 3 years ago committed by GitHub
parent 053bb2899c
commit 5310e99afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -173,8 +173,8 @@ function install_main(){
echo "Assuming yes"
else
echo "Continue? (y/n)"
read answer
if [ "$answer" != "y" ]; then
read -r -s -n 1 answer
if [[ $answer != "" ]]; then
echo "Aborting"
exit 1
fi

Loading…
Cancel
Save