run.sh
Browse files
run.sh
CHANGED
|
@@ -6,7 +6,7 @@ if [ -d "SuTTS" ]; then
|
|
| 6 |
git submodule update --recursive
|
| 7 |
git submodule sync
|
| 8 |
else
|
| 9 |
-
git clone https://github.com/SuCicada/SuTTS.git
|
| 10 |
cd SuTTS
|
| 11 |
fi
|
| 12 |
|
|
|
|
| 6 |
git submodule update --recursive
|
| 7 |
git submodule sync
|
| 8 |
else
|
| 9 |
+
git clone https://github.com/SuCicada/SuTTS.git --recurse-submodules
|
| 10 |
cd SuTTS
|
| 11 |
fi
|
| 12 |
|