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
|
line
|
||||||
|
|
||||||
removeUnwanted=false
|
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
|
removeUnwanted=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue