mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
remove .in
This commit is contained in:
parent
7bb619735c
commit
1f767a9f6d
10 changed files with 34 additions and 24 deletions
11
lorax_templates/scripts/post/flatpak_configure
Normal file
11
lorax_templates/scripts/post/flatpak_configure
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<%page args="_flatpak_repo_gpg"/>
|
||||
|
||||
if [[ -d /ostree/deploy/default/var/lib/flatpak/repo ]]
|
||||
then
|
||||
echo ${_flatpak_repo_gpg} | base64 -d > /ostree/deploy/default/var/lib/flatpak/repo/flathub.trustedkeys.gpg
|
||||
elif [[ -d /var/lib/flatpak/repo ]]
|
||||
then
|
||||
echo ${_flatpak_repo_gpg} | base64 -d > /var/lib/flatpak/repo/flathub.trustedkeys.gpg
|
||||
else
|
||||
echo "Could not find Flatpaks repo"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue