Update 'install.sh'
update downloaded repo for iterative development
This commit is contained in:
parent
fbf6534f41
commit
fe430b04b6
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue