Skip to content

Commit

Permalink
Merge pull request #1 from boegel/2021.12
Browse files Browse the repository at this point in the history
disable 'stable mode' in Gentoo Prefix bootstrap script, since it's only used for x86_64
  • Loading branch information
bedroge authored Nov 22, 2021
2 parents 1ee7f64 + 7c87d65 commit 8b2c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]|"")
Expand Down

0 comments on commit 8b2c3e7

Please sign in to comment.