7 lines
88 B
Bash
7 lines
88 B
Bash
|
super_apply() {
|
||
|
apt install -y zsh
|
||
|
}
|
||
|
|
||
|
super_undo() {
|
||
|
pacman -R --noconfirm zsh
|
||
|
}
|