summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-07 00:04:50 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-07 00:04:50 -0700
commitee5dbdd2da0c298196c727fda6793189fbb99d1e (patch)
treedab2f58909cd3789b78d98a1def8baf66d500737
parentUse the _correct_ email address. (diff)
downloademacs.d-ee5dbdd2da0c298196c727fda6793189fbb99d1e.tar.gz
Fetch public ssh keys from GitHub.
Diffstat (limited to '')
-rw-r--r--Makefile2
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