Skip to content

Commit

Permalink
set to 42 to test hardcoded option
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Oct 28, 2024
1 parent 2fc4d41 commit 92b626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lorax_templates/flatpak_set_repo.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%page args="flatpak_remote_name, _flatpak_repo_url, version"/>
% if int(version) >= 41:
% if int(version) >= 42:
append etc/anaconda/conf.d/anaconda.conf "[Payload]\nflatpak_remote = ${flatpak_remote_name} oci+${_flatpak_repo_url}"
% else:
replace "flatpak_manager\.add_remote\(\".*\", \".*\"\)" "flatpak_manager.add_remote(\"${flatpak_remote_name}\", \"${_flatpak_repo_url}\")" /usr/lib64/python*/site-packages/pyanaconda/modules/payloads/payload/rpm_ostree/flatpak_installation.py
Expand Down

0 comments on commit 92b626b

Please sign in to comment.