|
@@ -35,7 +35,7 @@ if %pullnum% equ 0 (
|
|
|
)
|
|
|
cd ..
|
|
|
)
|
|
|
- if %pullnum% lss 13 (
|
|
|
+ if %pullnum% lss 12 (
|
|
|
goto MsgClone
|
|
|
)
|
|
|
)
|
|
@@ -69,7 +69,6 @@ if not exist WingSessionModule (git clone http://git.ius.plus:88/Project-Wing/Wi
|
|
|
if not exist WingRemedicalModule (git clone http://git.ius.plus:88/Project-Wing/WingRemedicalModule.git && echo;)
|
|
|
if not exist WingManagementModule (git clone http://git.ius.plus:88/Project-Wing/WingManagementModule.git && echo;)
|
|
|
if not exist WingEmailModule (git clone http://git.ius.plus:88/Project-Wing/WingEmailModule.git && echo;)
|
|
|
-if not exist WingInternalInterface (git clone http://git.ius.plus:88/Project-Wing/WingInternalInterface.git && echo;)
|
|
|
if not exist WingInterfaceLibrary (git clone http://git.ius.plus:88/Project-Wing/WingInterfaceLibrary.git && echo;)
|
|
|
if not exist WingCloudServer (git clone http://git.ius.plus:88/Project-Wing/WingCloudServer.git && echo;)
|
|
|
if not exist DeviceService (git clone http://git.ius.plus:88/Project-Wing/DeviceService.git && echo;)
|