Skip to content

Instantly share code, notes, and snippets.

@denisdemaisbr
Created July 27, 2024 07:54
Show Gist options
  • Save denisdemaisbr/ab8658cf74390d3b8b7288a05795d087 to your computer and use it in GitHub Desktop.
Save denisdemaisbr/ab8658cf74390d3b8b7288a05795d087 to your computer and use it in GitHub Desktop.
disable unbutu/debian automatic-updates
#!/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