i don't need conformation, i need drugs

This commit is contained in:
Strix 2023-10-14 22:38:13 +02:00
parent ae71a698f5
commit c3e1f11ca4
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
super_apply() {
pacman -S --needed zsh cmake
pacman -S --needed --noconfirm zsh cmake
}
super_undo() {
pacman -R zsh
pacman -R --noconfirm zsh
}