diff --git a/bootstrap-prefix.sh b/bootstrap-prefix.sh index 0e0e58ea..1776e0a0 100755 --- a/bootstrap-prefix.sh +++ b/bootstrap-prefix.sh @@ -2751,7 +2751,7 @@ I can limit your Prefix to use only packages keyworded for stable amd64 by default. Of course, you can still enable testing ~amd64 for the packages you want, when the need arises. EOF - [[ ${TODO} == 'noninteractive' ]] && ans=yes || + [[ ${TODO} == 'noninteractive' ]] && ans=no || read -p " Do you want to use stable Prefix? [Yn] " ans case "${ans}" in [Yy][Ee][Ss]|[Yy]|"")