feats for pop

This commit is contained in:
Strix 2025-01-12 18:52:10 +01:00
parent ba52a96a60
commit 1573398e8d
7 changed files with 55 additions and 7 deletions

View file

@ -3,5 +3,5 @@ super_apply() {
}
super_undo() {
pacman -R --noconfirm zsh
}
apt remove -y zsh
}

View file

@ -0,0 +1,7 @@
super_apply() {
apt install -y zsh
}
super_undo() {
apt remove -y zsh
}