diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-07 00:04:50 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-07 00:04:50 -0700 |
commit | ee5dbdd2da0c298196c727fda6793189fbb99d1e (patch) | |
tree | dab2f58909cd3789b78d98a1def8baf66d500737 | |
parent | Use the _correct_ email address. (diff) | |
download | emacs.d-ee5dbdd2da0c298196c727fda6793189fbb99d1e.tar.gz |
Fetch public ssh keys from GitHub.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b7550f0..8b5bf65 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ $(INTO)/.% : % $(LN) $(PWD)/$< $@ $(HOME)/.ssh/authorized_keys: - $(LN) $(PWD)/ssh/authorized_keys $(HOME)/.ssh/authorized_keys + @curl https://github.com/franckcuny.keys -o $(HOME)/.ssh/authorized_keys $(HOME)/bin: mkdir -p $(HOME)/bin |