mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
Fix service being disabled in runtime instead of resulting OS (#78)
This commit is contained in:
parent
9d326b1016
commit
d3ec97183d
2 changed files with 6 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<%page args="_flatpak_repo_gpg"/>
|
||||
<%page args="_flatpak_repo_gpg, flatpak_remote_name"/>
|
||||
|
||||
if [[ -d /ostree/deploy/default/var/lib/flatpak/repo ]]
|
||||
then
|
||||
|
|
@ -9,3 +9,8 @@ then
|
|||
else
|
||||
echo "Could not find Flatpaks repo"
|
||||
fi
|
||||
|
||||
if [[ "${flatpak_remote_name}" != 'fedora' ]]
|
||||
then
|
||||
systemctl disable flatpak-add-fedora-repos.service
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue