feat: Add topgrade for upgrades, this will be extended to take over updates moving forward

This commit is contained in:
Kyle Gospodnetich 2024-01-16 18:31:07 -08:00
parent c88af8175f
commit 2f5bb6abe4

View File

@ -416,6 +416,7 @@ RUN /tmp/image-info.sh && \
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
echo "import \"/usr/share/ublue-os/just/80-bazzite.just\"" >> /usr/share/ublue-os/justfile && \
pip install --prefix=/usr yafti && \
pip install --prefix=/usr topgrade && \
pip install --prefix=/usr hyfetch && \
sed -i 's/stage/none/g' /etc/rpm-ostreed.conf && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \