Update 'install.sh'

update downloaded repo for iterative development
This commit is contained in:
Jeffrey Paul 2021-09-10 22:20:59 +00:00
parent fbf6534f41
commit fe430b04b6
1 changed files with 2 additions and 0 deletions

View File

@ -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/"