Skip to content

Commit

Permalink
feat: Remove lchsh (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Sep 16, 2024
1 parent 2a37660 commit 2e5e007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
--mount=type=bind,from=akmods,src=/rpms/ublue-os,dst=/tmp/akmods-rpms \
--mount=type=bind,from=kernel,src=/tmp/rpms,dst=/tmp/kernel-rpms \
rm -f /usr/bin/chsh && \
rm -f /usr/bin/lchsh && \
mkdir -p /var/lib/alternatives && \
/ctx/install.sh && \
/ctx/post-install.sh && \
Expand Down

0 comments on commit 2e5e007

Please sign in to comment.