dotfiles/crates/00-system/crate.debian.sh

5 lines
91 B
Bash
Raw Normal View History

2023-10-14 22:38:16 +02:00
super_apply() {
apt update -y
apt install -y netselect-apt sudo
netselect-apt
}