install-k8s-on-ubuntu-2204/upgrade.sh

8 lines
139 B
Bash
Raw Normal View History

2024-01-27 21:05:39 +02:00
#!/usr/bin/env bash
export DEBIAN_FRONTEND=noninteractive
apt update
apt upgrade -y
apt install -y $(apt -s upgrade |egrep "^[\t\ ]+.*")