Created
October 11, 2018 12:57
-
-
Save bn4t/7a6ec1ef8b863e314740aa6e18606585 to your computer and use it in GitHub Desktop.
cloud-init unattended upgrades
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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