5 lines
91 B
Bash
5 lines
91 B
Bash
|
super_apply() {
|
||
|
apt update -y
|
||
|
apt install -y netselect-apt sudo
|
||
|
netselect-apt
|
||
|
}
|