mirror of
https://gitea.dmz.rs/Decentrala/dmzconf.git
synced 2026-07-11 22:12:26 +02:00
6 lines
118 B
Bash
6 lines
118 B
Bash
#!/bin/bash
|
|
apt update
|
|
apt -y dist-upgrade
|
|
apt -y install unattended-upgrades
|
|
dpkg-reconfigure unattended-upgrades
|