1 2 | touch /etc/cron-apt/actions.d/4-install
nano -w /etc/cron-apt/actions.d/4-install
|
Add this to the file:
1 | dist-upgrade -y -o APT::Get::Show-Upgraded=true |
Voila!
1 2 | touch /etc/cron-apt/actions.d/4-install
nano -w /etc/cron-apt/actions.d/4-install
|
Add this to the file:
1 | dist-upgrade -y -o APT::Get::Show-Upgraded=true |
Voila!
Comments