Skip to content

Commit

Permalink
remoce currently requires -y/--assumeyes
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrNaN committed Dec 30, 2024
1 parent a5e486d commit 8fc6aa4
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 sddm sddm-wayland-sway && \
dnf remove --assumeyes sddm sddm-wayland-sway && \
dnf install gdm && \
systemctl enable gdm

Expand Down

0 comments on commit 8fc6aa4

Please sign in to comment.