From ee5dbdd2da0c298196c727fda6793189fbb99d1e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 7 Jul 2015 00:04:50 -0700 Subject: Fetch public ssh keys from GitHub. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1