Skip to content

Instantly share code, notes, and snippets.

@mmaridev
Created August 6, 2019 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmaridev/bc6bc3eaab2e546aadcfd639a1862360 to your computer and use it in GitHub Desktop.
Save mmaridev/bc6bc3eaab2e546aadcfd639a1862360 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Enable unattended upgrades
echo "Disable unattended upgrades"
sed -i "s/1/0/g" /etc/apt/apt.conf.d/20auto-upgrades
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment