fixed errors

This commit is contained in:
pika 2025-05-24 12:33:55 +02:00
parent 7a3541e4c4
commit a32fca2999

View file

@ -57,7 +57,7 @@ askThings() {
line
removeUnwanted=false
if confirm "Do you want to also remove conflicting packages?"; then
if confirm --default-no "Do you want to also remove conflicting packages?" </dev/tty; then
removeUnwanted=true
fi