|
|
|
|
|
by makmanalp
4280 days ago
|
|
Steps to get the partial patch on ubuntu: sudo add-apt-repository ppa:ubuntu-security-proposed/ppa
sudo apt-get update
sudo apt-get upgrade
unattended auto upgrades from that PPA: sudo apt-get install unattended-upgrades
dpkg-reconfigure unattended-upgrades
then go to /etc/apt/apt.conf.d/50unattended-upgrades and add a line to allowed-origins that looks like "LP-PPA-ubuntu-security-proposed:precise"
Also make sure distro-codename-security is uncommented, and comment out the -updates one if you want. Then do this to make sure it all works: sudo unattended-upgrades --dry-run --debug
|
|