vsphere-k8s/packer/scripts/update-packages.sh

5 lines
144 B
Bash
Raw Normal View History

2022-12-02 21:32:50 +00:00
#!/bin/bash -eu
echo '>> Checking for and installing updates...'
sudo apt-get update && sudo apt-get -y upgrade
echo '>> Rebooting!'
sudo reboot