File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}\n IMAGE_VENDOR=${IMAGE_VENDOR}\n BASE_IMAGE_NAME=${BASE_IMAGE_NAME}\n IMAGE_FLAVOR=${IMAGE_FLAVOR}\n FEDORA_MAJOR_VERSION=${FEDORA_MAJOR_VERSION}" >> /usr/etc/default/bazzite && \
You can’t perform that action at this time.
0 commit comments