don't clone if it exists

Este commit está contenido en:
AJ ONeal 2018-05-31 23:33:54 -06:00
padre 2348081677
commit a477ca1856
Se han modificado 1 ficheros con 3 adiciones y 1 borrados

Ver fichero

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