fix: no confirm
This commit is contained in:
parent
b8e5e1e5f6
commit
a38ff78c36
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ super_apply() {
|
||||||
}
|
}
|
||||||
|
|
||||||
super_undo() {
|
super_undo() {
|
||||||
pacman -R alacritty
|
pacman -R --noconfirm alacritty
|
||||||
}
|
}
|
Loading…
Reference in a new issue