chore: Fix -1 error during install

This commit is contained in:
Kyle Gospodnetich 2024-07-27 22:40:28 -07:00
parent 244d14b062
commit 55c23ec12e

View File

@ -373,9 +373,11 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
cockpit-system \
cockpit-navigator \
cockpit-storaged \
topgrade \
ydotool \
lsb_release \
yafti \
lsb_release && \
rpm-ostree install \
ublue-update && \
mkdir -p /usr/etc/xdg/autostart && \
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \