From 6de18e3c81cd4833e86232444893bd8c0351647e Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sat, 26 Oct 2024 11:41:19 -0500 Subject: [PATCH] make the termux Makefile update to the new ssh config location --- boxes/phone/out-of-tree/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/phone/out-of-tree/Makefile b/boxes/phone/out-of-tree/Makefile index 2a8d1ca..960d2ce 100644 --- a/boxes/phone/out-of-tree/Makefile +++ b/boxes/phone/out-of-tree/Makefile @@ -49,7 +49,7 @@ termux-pkgs: termux-dots: ln -sf $(CURDIR)/../../../.config ~/.config - ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config + ln -sf $(CURDIR)/../../../.config/ssh/config ~/.ssh/config ln -sf ~/.config/bash/bashrc ~/.bashrc ln -sf ~/.config/bash/profile ~/.bash_profile mkdir -p ~/.local/share