7 lines
110 B
Bash
Executable File
7 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
|
|
apt update
|
|
apt install -y vim net-tools make tmux
|