Debian Auto Updates: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "<pre> apt-get install unattended-upgrades </pre> Category : Raspbian Category : Debian" |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
apt-get install unattended-upgrades | apt-get install unattended-upgrades | ||
</pre> | |||
For Raspbian add the following. | |||
<pre> | |||
vi /etc/apt/apt.conf.d/50unattended-upgrades | |||
</pre> | |||
<pre> | |||
"origin=Raspbian,codename=${distro_codename},label=Raspbian"; | |||
"origin=Raspberry Pi Foundation,codename=${distro_codename},label=Raspberry Pi Foundation"; | |||
</pre> | </pre> | ||
[[Category : Raspbian]] [[Category : Debian]] | [[Category : Raspbian]] [[Category : Debian]] |
Latest revision as of 23:59, 4 April 2019
apt-get install unattended-upgrades
For Raspbian add the following.
vi /etc/apt/apt.conf.d/50unattended-upgrades
"origin=Raspbian,codename=${distro_codename},label=Raspbian"; "origin=Raspberry Pi Foundation,codename=${distro_codename},label=Raspberry Pi Foundation";