install-k8s-on-ubuntu-2204/install-common-tools.sh

7 lines
110 B
Bash
Raw Permalink Normal View History

2024-01-27 20:57:17 +02:00
#!/usr/bin/env bash
export DEBIAN_FRONTEND=noninteractive
apt update
2024-01-27 21:05:39 +02:00
apt install -y vim net-tools make tmux