Skip to content

Commit

Permalink
Remove news on login
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed May 5, 2020
1 parent da2caf5 commit 332bdff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
authorized_keys
5 changes: 5 additions & 0 deletions install-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
# Append custom config to zsh
cat zshrc-append.txt >> ~/.zshrc

# Remove news on login
rm /etc/update-motd.d/10-help-text
rm /etc/update-motd.d/50-motd-news


if [ ! -f ~/.ssh/id_rsa ]; then
ssh-keygen -t rsa -b 4096 -N "" -f ~/.ssh/id_rsa
fi
Expand Down

0 comments on commit 332bdff

Please sign in to comment.