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

add flatpaks to iso

This commit is contained in:
Jason N. 2024-03-25 11:32:21 -04:00
parent 13d4cbfd04
commit e99ecbb068
4 changed files with 31 additions and 6 deletions

View file

@ -0,0 +1,5 @@
<%page args="flatpak_dir"/>
%if flatpak_dir != ""
symlink /run/install/repo/flatpak /flatpak
%endif