7 lines
86 B
Bash
7 lines
86 B
Bash
|
super_apply() {
|
||
|
pacman -S --needed zsh cmake
|
||
|
}
|
||
|
|
||
|
super_undo() {
|
||
|
pacman -R zsh
|
||
|
}
|