Created
July 27, 2024 07:54
-
-
Save denisdemaisbr/ab8658cf74390d3b8b7288a05795d087 to your computer and use it in GitHub Desktop.
disable unbutu/debian automatic-updates
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 | |
set -e | |
sudo apt install unattended-upgrades -y | |
sudo dpkg-reconfigure --priority=low unattended-upgrades # choose yes | |
exit 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment