fix: Remove flatpak system update service disablement

This is a remnant of the prior update system
This commit is contained in:
RJ Trujillo 2023-07-03 14:07:42 -06:00
parent cd275f76ba
commit ef6d029281

View File

@ -59,7 +59,6 @@ RUN pip install --prefix=/usr yafti && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/user.conf && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \
systemctl disable rpm-ostreed-automatic.timer && \
systemctl disable flatpak-system-update.timer && \
systemctl --global enable ublue-update.timer && \
systemctl enable input-remapper.service && \
rm -rf \