Skip to content

Commit

Permalink
delete unminimize message in ubuntu banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Nov 14, 2024
1 parent d74d91d commit 0346b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ RUN printf '\n=====================================================\n Install sy
addCompletion "YTT" "ytt" "completion bash" && \
printf '\n=> Add XDG-TOOL\n' && printf '#!/bin/bash\necho "Simulating browser invocation from xdg-open call with params: $@"\nsleep 1\nexit 0\n' > /usr/bin/xdg-open && chmod 755 /usr/bin/xdg-open && \
printf '\n=====================================================\n Configure user account\n=====================================================\n' && \
mv /tmp/tools/profiles/motd /etc/motd && chmod 644 /etc/motd && \
mv /tmp/tools/profiles/motd /etc/motd && chmod 644 /etc/motd && rm -f /etc/update-motd.d/60-unminimize && \
mv /tmp/tools/profiles/profile /home/bosh/.profile && chmod 664 /home/bosh/.profile && mv /tmp/tools/profiles/bash_profile /home/bosh/bash_profile && \
mv /tmp/tools/profiles/bash_aliases /home/bosh/.bash_aliases && mv /tmp/tools/profiles/sshd.conf /etc/supervisor/conf.d/ && \
mkdir -p /home/bosh/.k9s/skins && mv /tmp/tools/k9s/skin.yaml /home/bosh/.k9s/skins/skin.yaml && mv /tmp/tools/k9s/*.yaml /home/bosh/.k9s/ && \
Expand Down

0 comments on commit 0346b5c

Please sign in to comment.