add debian support
This commit is contained in:
parent
39b5ef0b93
commit
aff59e42bd
3 changed files with 19 additions and 0 deletions
5
crates/00-system/crate.debian.sh
Normal file
5
crates/00-system/crate.debian.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
super_apply() {
|
||||
apt update -y
|
||||
apt install -y netselect-apt sudo
|
||||
netselect-apt
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue