first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[[ubuntu-unattended-upgrades]]
|
||||
|
||||
Simply use the command:
|
||||
```bash
|
||||
sudo apt install unattended-upgrades
|
||||
```
|
||||
|
||||
One also need to install the `apt-config-auto-update` package if it is desired to reboot the system after applying upgrades which require the system to restart:
|
||||
|
||||
```bash
|
||||
sudo apt install apt-config-auto-upgrades
|
||||
```
|
||||
Reference in New Issue
Block a user