feat: switch to yafti for first boot

based on what's done in bluefin
& https://github.com/ublue-os/yafti#running-from-a-containerfile
This commit is contained in:
ER
2023-04-02 12:00:58 +03:00
parent d572830b96
commit 0b669f5bb5
4 changed files with 10 additions and 8 deletions

View File

@@ -7,4 +7,7 @@ for pkg in $rpm_packages; do \
echo "Installing: ${pkg}" && \
rpm-ostree install $pkg; \
done
echo "---"
echo "---"
# install yafti to install flatpaks on first boot, https://github.com/ublue-os/yafti
pip install --prefix=/usr yafti