From e5c76473ba3103b4c252285c4742bdf4bf47db58 Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Fri, 9 Oct 2020 22:09:03 +0200 Subject: [PATCH] Script Update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6735354..85a9e2d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ submods: # Preamble for bin setupbin: - [ ! -d ~/bin ] && git clone https://github.com/skippy404/bin || echo "bin already exists" + [ ! -d ~/bin ] && git clone https://github.com/skippy404/bin $$HOME/bin || echo "bin already exists" mkdir -p ~/bin/local cp $(DIR)/miscfiles/scripts/* ~/bin -rm -f ~/bin/local/upd # We need to custom build this -- 2.45.2