cloud-init unattended upgrades
#!/bin/sh | |
echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | debconf-set-selections | |
apt-get -y install unattended-upgrades |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment