Skip to content

Commit da98c83

Browse files
authored
fix(desktop): ublue-update.timer is a system service now
1 parent ab1ca9f commit da98c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ RUN rm /usr/share/applications/shredder.desktop && \
184184
systemctl unmask bazzite-flatpak-manager.service && \
185185
systemctl enable bazzite-flatpak-manager.service && \
186186
systemctl disable rpm-ostreed-automatic.timer && \
187-
systemctl --global enable ublue-update.timer && \
187+
systemctl enable ublue-update.timer && \
188188
systemctl enable bazzite-hardware-setup.service && \
189189
systemctl --global enable bazzite-user-setup.service && \
190190
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
@@ -403,7 +403,7 @@ RUN rm /usr/share/applications/wine*.desktop && \
403403
systemctl --global enable steam-web-debug-portforward.service && \
404404
systemctl --global enable sdgyrodsu.service && \
405405
systemctl disable input-remapper.service && \
406-
systemctl --global disable ublue-update.timer && \
406+
systemctl disable ublue-update.timer && \
407407
rm -f /usr/etc/sddm.conf && \
408408
rm -f /usr/etc/default/bazzite && \
409409
echo -e "IMAGE_NAME=${IMAGE_NAME}\nIMAGE_VENDOR=${IMAGE_VENDOR}\nBASE_IMAGE_NAME=${BASE_IMAGE_NAME}\nIMAGE_FLAVOR=${IMAGE_FLAVOR}\nFEDORA_MAJOR_VERSION=${FEDORA_MAJOR_VERSION}" >> /usr/etc/default/bazzite && \

0 commit comments

Comments
 (0)