fix: no confirm

This commit is contained in:
Didier Slof 2023-09-03 01:00:11 +02:00
parent b8e5e1e5f6
commit a38ff78c36
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -3,5 +3,5 @@ super_apply() {
} }
super_undo() { super_undo() {
pacman -R alacritty pacman -R --noconfirm alacritty
} }