mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
fix: missed quote
This commit is contained in:
parent
fa63151291
commit
310bed9daa
1 changed files with 2 additions and 2 deletions
|
|
@ -7,5 +7,5 @@ elif [[ -d /var/lib/flatpak/repo ]]
|
||||||
then
|
then
|
||||||
echo ${_flatpak_repo_gpg} | base64 -d > /var/lib/flatpak/repo/flathub.trustedkeys.gpg
|
echo ${_flatpak_repo_gpg} | base64 -d > /var/lib/flatpak/repo/flathub.trustedkeys.gpg
|
||||||
else
|
else
|
||||||
echo "Could not find Flatpaks repo
|
echo "Could not find Flatpaks repo"
|
||||||
fi
|
fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue