mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Automatically determine Flatpak dependencies (#86)
Co-authored-by: Noel Miller <noelmiller@protonmail.com>
This commit is contained in:
parent
f2305bbaf8
commit
b5c953d8d3
9 changed files with 88 additions and 12 deletions
5
lorax_templates/flatpak_link.tmpl
Normal file
5
lorax_templates/flatpak_link.tmpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<%page args="flatpak_dir"/>
|
||||
|
||||
%if flatpak_dir != "":
|
||||
symlink /run/install/repo/flatpak /flatpak
|
||||
%endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue