Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(just): make toggle-updates check if ublue-update is installed #284

Merged
merged 4 commits into from
Jul 24, 2024

Conversation

HikariKnight
Copy link
Member

@HikariKnight HikariKnight commented May 31, 2024

It will now toggle the auto update services relevant for the system depending on ublue-update being present or not.
I was originally under the impression that ublue-update was present in main 😅 this is fixed now (and also accounts for people adding ublue-update to their custom main images)

It will now toggle the auto update services relevant for the system depending on ublue-update being present or not.
@HikariKnight HikariKnight requested review from castrojo and m2Giles May 31, 2024 16:03
build/ublue-os-just/10-update.just Outdated Show resolved Hide resolved
sudo systemctl enable --now flatpak-system-update.timer rpm-ostreed-automatic.timer
systemctl enable --now --user flatpak-user-update.timer
else
sudo systemctl enable ublue-update.timer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ublue update is not required to be installed

Its only on Bazzite/bluefin/Aurora.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ublue update is not required to be installed

Its only on Bazzite/bluefin/Aurora.

i left it in there because people can still end up installing ublue-update on an image they built from main so it just adapts to that, i know blue-build has ublue-update as a module, so i figured it would just cover for both (since the old code already assumed ublue-update was present by error)

@KyleGospo KyleGospo enabled auto-merge July 24, 2024 00:24
@KyleGospo KyleGospo added this pull request to the merge queue Jul 24, 2024
Merged via the queue into main with commit 4b7aa2b Jul 24, 2024
4 checks passed
@KyleGospo KyleGospo deleted the hotfix-toggle-updates branch July 24, 2024 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants