config/install.sh

9 lines
127 B
Bash
Raw Normal View History

2019-04-04 16:45:10 +00:00
#!/bin/sh
2019-06-30 14:09:03 +00:00
rm -f $HOME/.ssh/authorized_keys
2019-05-23 20:21:46 +00:00
2019-06-30 14:09:03 +00:00
mkdir -p $HOME/.ssh
2019-04-04 16:45:10 +00:00
2019-06-30 14:09:03 +00:00
ln -s $(pwd)/ssh/authorized_keys $HOME/.ssh/authorized_keys