Skip to content

Commit

Permalink
fix: Correct unexpected token
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 2, 2023
1 parent e05d506 commit 8263469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down

0 comments on commit 8263469

Please sign in to comment.