fixed errors
This commit is contained in:
parent
7a3541e4c4
commit
a32fca2999
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue