summary refs log tree commit diff
diff options
context:
space:
mode:
-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