dotfiles/crates/00-system/crate.debian.sh
2023-10-14 22:38:16 +02:00

5 lines
No EOL
91 B
Bash

super_apply() {
apt update -y
apt install -y netselect-apt sudo
netselect-apt
}