Skip to content

Commit

Permalink
fix: zeliblue-deck updates (#287)
Browse files Browse the repository at this point in the history
The idea here was to see if switching back from Bazzite's `ublue-update`
fork back to upstream would fix an issue I've seen where the system
updater always seems to falsely show an update is available, but it
seems that might just be a `ublue-update` issue in general.

Still keeping these changes though because we don't need Bazzite's
version for our needs, since I'm not supporting branch switching with
zeliblue-deck.
  • Loading branch information
zelikos authored Dec 24, 2024
2 parents 8ca94f1 + 67c6929 commit 437ba7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=Force Universal Blue Update Oneshot Service
[Service]
Type=oneshot
Environment="TOPGRADE_SKIP_BRKC_NOTIFY=true"
ExecStart=/usr/bin/ublue-update --force
ExecStart=/usr/bin/topgrade --config /usr/share/zeliblue/topgrade.toml
RemainAfterExit=no
Nice=19
CPUSchedulingPolicy=batch
Expand Down
2 changes: 1 addition & 1 deletion recipes/gnome/zeliblue-deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ modules:
replace:
- from-repo: https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-%OS_VERSION%/kylegospo-bazzite-fedora-%OS_VERSION%.repo
packages:
- ublue-update
# - ublue-update
- upower
- upower-libs

Expand Down

0 comments on commit 437ba7b

Please sign in to comment.