Can't tell if auto-updates are working.
Running bazzite-nvidia on bare metal.
How do auto-updates work?
ublue-update is installed but I can't find any of the config files in these locations
Also couldn't find update units/timers in
systemctl list-units
and systemctl list-timers
either.
I rebased from kinoite using 3 Replies
@Gerblesh
Hmm
Try just running
ublue-update -h
Also it's ublue-update.toml
iirc
And it's running as user, so you have to use systemctl --global
or systemctl --user
I'm sorry if the readme isn't properly documented
I've been kinda busy lately, but I'd like to update it and we are planning on (hopefully) removing most of the dbus and glib logic and instead running notify-send as a subprocess
They work on a systemd user timer, at about 15 minutes after boot
I should probably change it to a schedule but 🤷
update: just pushed some changes to ublue-update
, README is updated, notifications are much simpler, and the updates now happen on a consistent timerThank you :)
The changes look great.
I've also found both the service, and the config file so this is resolved.