feat: use elvish as default shell
This commit is contained in:
parent
d1b3cba36c
commit
71916da848
1 changed files with 2 additions and 0 deletions
|
@ -24,3 +24,5 @@ RUN ln -fs /bin/sh /usr/bin/sh && \
|
|||
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman && \
|
||||
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \
|
||||
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update
|
||||
|
||||
RUN which elvish | tee -a /etc/shells && chsh -s $(which elvish)
|
||||
|
|
Loading…
Reference in a new issue