1
0
Fork 0

Fix new-host.sh crashing during .bash_aliases

main
Mari 4 years ago committed by GitHub
parent dc8574b698
commit eb648d7259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      new-host.sh

@ -10,12 +10,14 @@ else
git pull
fi
set +eux
source ./bash_aliases.sh
set -eux
./install.sh
if [[ ! -f ~/.ssh/id_ed25519.pub ]]; then
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519
ssh-keygen -f ~/.ssh/id_ed25519
ssh-authorize-key ~/.ssh/id_ed25519.pub

Loading…
Cancel
Save