Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installer: workaround missing --downloaddir option for dnf install
dnf5 doesn't support --downloaddir (nor --destdir) for the install action yet. Previous attempt of the fix was using download action, but that on the other hand doesn't support groups. This time fix this by extracting packages from dnf cache manually. Use find to not rely on specific directory layout (which is not guaranteed to stay unchanged). But for the case where download action can be used (templates), adjust options order for dnf5.
- Loading branch information