부제: systemd 타이머로 업데이트를 자동 다운로드·설치하는 도구dnf-automatic --downloadupdates # 다운로드만dnf-automatic --installupdates # 설치까지systemctl enable --now dnf-automatic.timer # 타이머 활성화$ dnf-automatic --helpusage: dnf-automatic [-h] [--timer] [--installupdates] [--downloadupdates] [--no-installupdates] [--no-downloadupdates] [conf_path]dnf-automatic은 /etc/dnf/automati..