2026年2月9日 星期一

樹莓派 5 關閉自動更新 (Raspberry Pi 5 disable auto update)

systemctl disable apt-daily.timer
systemctl disable apt-daily-upgrade.timer 

cd /etc/cron.daily
chmod 644 apt-compat
mv apt-compat apt-compat_disabled
vi  apt-compat_disabled
#exec /usr/lib/apt/apt.systemd.daily 
 
觀察是否還會有自動更新