-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding unattended upgrades to the pre install script #564
base: master
Are you sure you want to change the base?
Conversation
@dsimog01 we need to add here exact same config we are adding to migration. |
bd070ea
to
7996c17
Compare
7996c17
to
5e0ab64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Require testing
|
||
# Check and configure auto-upgrades config file | ||
auto_upgrades_file="/etc/apt/apt.conf.d/20auto-upgrades" | ||
if [ ! -f "$auto_upgrades_file" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
regarding upgrades, the official docs encourages also to install the following pkg apt-listchanges
why is it not been installed?
@3alpha 👀 |
Unattended upgrades help keep Debian/Ubuntu systems updated
Testing: