Skip to content

Commit

Permalink
Fixed gum installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Dec 4, 2024
1 parent 7a17392 commit 998e638
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 @@ -12,7 +12,7 @@ RUN dnf install -y make gcc file bash-completion bc bzip2 cracklib-dicts cu
RUN dnf install -y fastfetch adw-gtk3-theme breeze-cursor-theme

COPY ./repos/charm.repo /etc/yum.repos.d
RUN dnf config-manager --set-enabled charm
RUN rpm --import https://repo.charm.sh/yum/gpg.key
RUN dnf install -y gum

COPY ./gum-startup.sh /etc/profile.d
Expand Down

0 comments on commit 998e638

Please sign in to comment.