don't clone if it exists

This commit is contained in:
AJ ONeal 2018-05-31 23:33:54 -06:00
父節點 2348081677
當前提交 a477ca1856
共有 1 個文件被更改,包括 3 次插入1 次删除

查看文件

@ -27,7 +27,9 @@ mkdir -p ~/git.ppl.family/ppl
pushd ~/git.ppl.family/ppl/
# ~/git.ppl.family/ppl/
git clone https://git.ppl.family/ppl/ppl.ios.git
if [ ! -e ppl.ios ]; then
git clone https://git.ppl.family/ppl/ppl.ios.git
fi
pushd ./ppl.ios/