Skip to content

Commit

Permalink
-y is more readable than --assumeyes
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrNaN committed Dec 30, 2024
1 parent 8fc6aa4 commit b82595c
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 @@ -19,7 +19,7 @@ COPY files/usr /usr

# Swap SDDM for GDM
RUN \
dnf remove --assumeyes sddm sddm-wayland-sway && \
dnf remove -y sddm sddm-wayland-sway && \
dnf install gdm && \
systemctl enable gdm

Expand Down

0 comments on commit b82595c

Please sign in to comment.