fix: Correct unexpected token

This commit is contained in:
Kyle Gospodnetich 2023-08-01 23:19:37 -07:00
parent e05d506142
commit 826346934a

View File

@ -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/* \