1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

disable service in resulting OS and not runtime

This commit is contained in:
Jason N. 2024-03-15 15:51:10 -04:00
parent 3dc05c0efc
commit 70db499267
2 changed files with 6 additions and 4 deletions

View file

@ -6,6 +6,3 @@ 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':
systemctl disable flatpak-add-fedora-repos.service
% endif