add debian support
This commit is contained in:
parent
39b5ef0b93
commit
aff59e42bd
3 changed files with 19 additions and 0 deletions
7
crates/20-vim/crate.debian.sh
Normal file
7
crates/20-vim/crate.debian.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
super_apply() {
|
||||
apt install -y vim
|
||||
}
|
||||
|
||||
super_undo() {
|
||||
echo "we never uninstall vim -_-"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue