install-k8s-on-ubuntu-2204/upgrade.sh
Eliezer Croitoru 9032320c4d 6
2024-01-27 19:05:39 +00:00

8 lines
139 B
Bash
Executable File

#!/usr/bin/env bash
export DEBIAN_FRONTEND=noninteractive
apt update
apt upgrade -y
apt install -y $(apt -s upgrade |egrep "^[\t\ ]+.*")