-
Notifications
You must be signed in to change notification settings - Fork 155
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 system updates for Nobara #661
Conversation
Hi, thanks for this patch! What will happen if you simply run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Generally, I think we should follow the document, and use the suggested commands to do the update:
$ sudo dnf update rpmfusion-nonfree-release rpmfusion-free-release fedora-repos nobara-repos --refresh
$ sudo dnf distro-sync --refresh
$ sudo dnf update --refresh
though a -y
option is needed is assume_yes
is set to true.
Yes that is exactly what is happening, it opens the graphical app. |
I agree with you, but using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Standards checklist:
CONTRIBUTING.md
cargo build
)cargo fmt
)cargo clippy
)cargo test
)For new steps
--dry-run
option works with this step--yes
option works with this step if it is supported bythe underlying command
If you developed a feature or a bug fix for someone else and you do not have the
means to test it, please tag this person here.
Description
Nobara has some repositories that aren't updated by the default
dnf distro-sync --refresh
.I've implemented the workaround indicated at Nobara Project.