7 lines
No EOL
110 B
Bash
7 lines
No EOL
110 B
Bash
super_apply() {
|
|
pacman -S --needed --noconfirm zsh cmake
|
|
}
|
|
|
|
super_undo() {
|
|
pacman -R --noconfirm zsh
|
|
} |