chore: Add mkdir to fix console error

This commit is contained in:
Kyle Gospodnetich 2024-04-09 19:05:02 -07:00
parent ecf862bfda
commit fbc8d534c2

View File

@ -330,6 +330,7 @@ RUN rpm-ostree install \
pip install --prefix=/usr topgrade && \
rpm-ostree install \
ublue-update && \
mkdir -p /usr/etc/xdg/autostart && \
echo "X-GNOME-Autostart-enabled=false" >> /usr/etc/xdg/autostart/sealertauto.desktop && \
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \
sed -i 's/min_battery_percent.*/min_battery_percent = 20.0/' /usr/etc/ublue-update/ublue-update.toml && \