Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3546

Raspberry Pi OS • How auto update works?

$
0
0
Hi
I have a fresh headless Trixie I let run on its own (I seldom connect to it, maybe once or twice a year just to check everything is still OK), and yet I notice I'm notified for available updates to install. Please what is the mechanism here behind?

I'm concerned with auto-update of a package I added from an external repository.
Is it embedded with autoupdates? It has it's own .list file in /etc/apt/sources.list.d
Erstwhile in the days when we had to use fake-clock I used to have a job in anacrontab

Code:

3 2 upgrade-st apt-get update >/dev/null 2>&1 && apt-get -y install syncthing >/dev/null 2>&1
Is it still the recommanded automation way or classic cron would now work as I also noticed I have the the Trixie time/date OK out of the Pi Imager box? Or maybe a tweak of the underlying auto update mechanism ?

Thank you for lights

[EDIT]... hmmm, let's read Thagrol's boot.pdf.zip in the meantime

Statistics: Posted by SyncBerry — Thu Jan 29, 2026 6:53 pm



Viewing all articles
Browse latest Browse all 3546

Trending Articles