8 lines
81 B
Bash
8 lines
81 B
Bash
|
super_apply() {
|
||
|
apt install -y zsh
|
||
|
}
|
||
|
|
||
|
super_undo() {
|
||
|
apt remove -y zsh
|
||
|
}
|