From fe430b04b62a7f4a62a076fa18bbbd256275db08 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 10 Sep 2021 22:20:59 +0000 Subject: [PATCH] Update 'install.sh' update downloaded repo for iterative development --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 790e741..26d3fcc 100644 --- a/install.sh +++ b/install.sh @@ -10,6 +10,8 @@ function run_install { if [[ ! -d "$DEST" ]]; then git clone "$REPO" "$DEST" + else + cd "$DEST" && git pull && cd - fi rsync -avP "$DEST/custompkg/root/etc/skel/" "$HOME/"