Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/sh
  2. # run as root
  3.  
  4. apt remove cloud-init unattended-upgrades popularity-contest landscape-common update-manager-core
  5. apt autoremove
  6.  
  7. # disable upgrade units & timers
  8. systemctl disable --now apt-daily{,-upgrade}.{timer,service}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement