mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
flatpak_set_repo fails to load (#72)
This commit is contained in:
parent
bbac3469b1
commit
4ae7d1893c
5 changed files with 30 additions and 17 deletions
|
|
@ -6,6 +6,6 @@ replace "flatpak_manager\.add_remote\(\".*\", \".*\"\)" "flatpak_manager.add_rem
|
|||
replace "flatpak_manager\.replace_installed_refs_remote\(\".*\"\)" "flatpak_manager.replace_installed_refs_remote(\"${flatpak_remote_name}\")" /usr/lib64/python*/site-packages/pyanaconda/modules/payloads/payload/rpm_ostree/flatpak_installation.py
|
||||
% endif
|
||||
|
||||
%if flatpak_remote_name != 'fedora'
|
||||
%if flatpak_remote_name != 'fedora':
|
||||
systemctl disable flatpak-add-fedora-repos.service
|
||||
% endif
|
||||
% endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue