mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +00:00
fix: Correct unexpected token
This commit is contained in:
parent
e05d506142
commit
826346934a
@ -137,7 +137,7 @@ RUN rm /usr/share/applications/shredder.desktop && \
|
||||
systemctl enable input-remapper.service && \
|
||||
if grep "gnome" <<< "${IMAGE_NAME}"; then \
|
||||
systemctl disable gdm.service && \
|
||||
systemctl enable sddm.service && \
|
||||
systemctl enable sddm.service \
|
||||
; fi && \
|
||||
rm -rf \
|
||||
/tmp/* \
|
||||
|
Loading…
Reference in New Issue
Block a user