X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a8c2695ba741509159fdf5477d036c3b87507724..c5d8878d1ffe7484e049f52189a07f3847e4fda9:/dselect/install diff --git a/dselect/install b/dselect/install index d9d665192..61d13208e 100755 --- a/dselect/install +++ b/dselect/install @@ -88,7 +88,8 @@ if [ $RES -eq 0 ]; then ;; prompt) exec 3>&1 - if [ `yesno $"Do you want to erase any previously downloaded .deb files?" y` = y ]; then + echo -n $"Do you want to erase any previously downloaded .deb files?" + if [ `yesno "" y` = y ]; then $APTGET "$APT_OPT0" "$APT_OPT1" clean && echo $"Press enter to continue." && read RES && exit 0; fi