Changes between Version 6 and Version 7 of AutomatischeUpdates


Ignore:
Timestamp:
Jul 29, 2022, 6:45:55 PM (2 years ago)
Author:
abenning
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • AutomatischeUpdates

    v6 v7  
    99
    1010== TODO
     11
     12
     13Falls ein Proxy zum Download von Paketen nötig ist, muss der in /etc/apt/apt.conf eingetragen sein - Beispiel:
     14
     15echo "Acquire::http::Proxy \"http://212.108.103.117:8080\";" >>  /etc/apt/apt.conf
     16
     17Nötige Pakete installieren, soweit noch nicht vorhanden:
     18
     19apt-get install unattended-upgrades apt-listchanges
     20
     21Automatische Updates aktivieren:
     22
     23dpkg-reconfigure -plow unattended-upgrades (und die dann folgende Frage mögl. mit "Ja" bzw. "Yes" beantworten...)
     24
     25Testen mit:
     26
     27unattended-upgrade -d
     28