vsphere-k8s/packer/scripts/update-packages.sh
2022-12-02 15:32:50 -06:00

5 lines
No EOL
144 B
Bash

#!/bin/bash -eu
echo '>> Checking for and installing updates...'
sudo apt-get update && sudo apt-get -y upgrade
echo '>> Rebooting!'
sudo reboot