Linux
無人值守升級和 apt-get dist-upgrade 之間的區別
假設我需要編寫一個 cron 作業來每天自動安裝安全更新,我應該使用哪個命令來獲得更好的可靠性?
您不需要 cron 作業來安裝安全更新。
unattended-upgrade
自動為你做。從它在 Ubuntu 12.04 上的 pkg 中的描述This package can download and install security upgrades automatically and unattended, taking care to only install packages from the configured APT source, and checking for dpkg prompts about configuration file changes.
你只需要安裝它,然後
dpkg-reconfigure unattended-upgrades
然後,選擇“是”並讓它完成它的工作。