there is a closed issue and pr in the repo but I can’t find a way to add the repo to the list for rpm-ostree. How can I add that?
You can download a repo file and place it to /etc/yum.repos.d/
You can find the file on an Overview page of the project
3 Likes
Taking a wild guess here, but based on your previous post, this is probably what you want:
sudo curl --output-dir "/etc/yum.repos.d/" --remote-name https://copr.fedorainfracloud.org/coprs/errornointernet/mergerfs/repo/fedora-39/errornointernet-mergerfs-fedora-39.repo
sudo rpm-ostree refresh-md --force
3 Likes
thank you guys!
This is a more modern, standalone replication of the dnf copr
command, but standalone, without network processes running as root, and using polkit instead of sudo
This is not implemented because people think it should be a part of rpm-ostree.
2 Likes
this is great should be part of fedora