From 29ba1caac3b9dd6a9d00d054eb5bfcaa2a7a0d27 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 8 Aug 2024 22:43:05 -0400 Subject: [PATCH] Removed mbsync --- ssh/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/makefile b/ssh/makefile index 7a650dd..6f6826e 100644 --- a/ssh/makefile +++ b/ssh/makefile @@ -25,7 +25,7 @@ init: $(report) header "Setting up ssh" $(mk_link) $(CONFIG_SRC) $(CONFIG_TRGT) $(mk_link) $(SRC_DIR)/public_keys ~/.ssh/public_keys - $(mk_link) $(SRC_DIR)/config.d ~/.ssh/config.d + mkdir -p ~/.ssh/config.d $(MAKE) -C $(SRC_DIR) init_git_key init_git_key: