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

Update readme with copr enable commands #25

Merged
merged 2 commits into from
Nov 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Currently, RPM packages are available through the Copr Packages repository.
- [Fedora 39 - x86_64](https://download.copr.fedorainfracloud.org/results/%40centos-automotive-sig/next/fedora-39-x86_64/)

``` bash
# dnf install https://download.copr.fedorainfracloud.org/results/%40centos-automotive-sig/next/fedora-39-x86_64/06561181-initoverlayfs/initoverlayfs-0.96-1.fc39.x86_64.rpm
Last metadata expiration check: 2:29:27 ago on Tue 24 Oct 2023 08:54:21 AM EDT.
initoverlayfs-0.96-1.fc39.x86_64.rpm 92 kB/s | 22 kB 00:00
dnf copr enable -y @centos-automotive-sig/next fedora-39-$(arch)
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can just do dnf copr enable -y @centos-automotive-sig/next right and it will pick the right one?

Otherwise we have to keep updating this part of the doc as time goes by....

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I will give it a try

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

dnf install -y initoverlayfs
Copr repo for next owned by @centos-automotive-sig 2.4 kB/s | 3.3 kB 00:01
Dependencies resolved.
=============================================================================
Package Arch Version Repository Size
Expand Down
Loading