feats for pop
This commit is contained in:
parent
ba52a96a60
commit
1573398e8d
7 changed files with 55 additions and 7 deletions
|
@ -3,5 +3,5 @@ super_apply() {
|
|||
}
|
||||
|
||||
super_undo() {
|
||||
pacman -R --noconfirm zsh
|
||||
}
|
||||
apt remove -y zsh
|
||||
}
|
||||
|
|
7
crates/10-zsh/crate.pop.sh
Normal file
7
crates/10-zsh/crate.pop.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
super_apply() {
|
||||
apt install -y zsh
|
||||
}
|
||||
|
||||
super_undo() {
|
||||
apt remove -y zsh
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue