We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Typing copr in terminal no longer works.
copr
Expected to be able to work with copr repos.
rpm-ostree status
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:unstable Digest: sha256:ec532730eef6b7fda3c4808db1e461cb3bf51a6ecc4c84af4ec338fec5bcaad8 Version: unstable-41.20241101.1 (2024-11-02T00:28:31Z)
No response
The copr command is a script that references dnf #!/bin/bash exec dnf copr "$@"
dnf
#!/bin/bash exec dnf copr "$@"
Bazzite 41 uses dnf5
dnf5
The text was updated successfully, but these errors were encountered:
fix: typo in copr wrapper
de95cbb
Fixes issue ublue-os#1850
fix: typo in copr wrapper (#1859)
1541613
Fixes issue #1850
No branches or pull requests
Describe the bug
Typing
copr
in terminal no longer works.What did you expect to happen?
Expected to be able to work with copr repos.
Output of
rpm-ostree status
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:unstable Digest: sha256:ec532730eef6b7fda3c4808db1e461cb3bf51a6ecc4c84af4ec338fec5bcaad8 Version: unstable-41.20241101.1 (2024-11-02T00:28:31Z)
Hardware
No response
Extra information or context
The
copr
command is a script that referencesdnf
#!/bin/bash exec dnf copr "$@"
Bazzite 41 uses
dnf5
The text was updated successfully, but these errors were encountered: