|
@@ -35,7 +35,7 @@ if %pullnum% equ 0 (
|
|
|
)
|
|
|
cd ..
|
|
|
)
|
|
|
- if %pullnum% lss 15 (
|
|
|
+ if %pullnum% lss 16 (
|
|
|
goto MsgClone
|
|
|
)
|
|
|
)
|
|
@@ -74,7 +74,8 @@ if not exist WingCloudServer (git clone http://git.ius.plus:88/Project-Wing/Wing
|
|
|
if not exist WingDeviceService (git clone http://git.ius.plus:88/Project-Wing/WingDeviceService.git && echo;)
|
|
|
if not exist WingNotificationModule (git clone http://git.ius.plus/Project-Wing/WingNotificationModule.git && echo;)
|
|
|
if not exist WingVinnoImageData (git clone http://git.ius.plus/Project-Wing/WingVinnoImageData.git && echo;)
|
|
|
-if not exist WingReportService (git clone http://git.ius.plus/jeremy.zhang/WingReportService.git && echo;)
|
|
|
+if not exist WingReportService (git clone http://git.ius.plus/Project-Wing/WingReportService.git && echo;)
|
|
|
+if not exist WingAIDiagnosisService (git clone http://git.ius.plus/Project-Wing/WingAIDiagnosisService.git && echo;)
|
|
|
echo Finished!
|
|
|
pause>nul
|
|
|
exit
|