2
0
Fork 0

don't clone if it exists

Dieser Commit ist enthalten in:
AJ ONeal 2018-05-31 23:33:54 -06:00
Ursprung 2348081677
Commit a477ca1856
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen

Datei anzeigen

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