1
0
mirror of https://github.com/ublue-os/bazzite.git synced 2025-03-29 13:20:17 +00:00

fix(deck): Disable ublue-update timer

Since Steam is handling when to update, we shouldn't need this timer
enabled.
This commit is contained in:
RJ Trujillo 2023-07-03 11:38:39 -06:00
parent baf51b6e84
commit f3554208d2

@ -129,6 +129,7 @@ RUN sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.re
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-hl2linux-selinux.repo && \
systemctl enable set-cfs-tweaks.service && \
systemctl disable input-remapper.service && \
systemctl --global disable ublue-update.timer && \
rm -rf \
/tmp/* \
/var/* && \