diff --git a/git-clone-all.bat b/git-clone-all.bat index c333483..c0ba48d 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -88,7 +88,6 @@ popd mkdir tuc-ext pushd tuc-ext -git clone https://git.faronear.org/tuc-ext/ext git clone https://git.faronear.org/tuc-ext/ext-blog-hexo git clone https://git.faronear.org/tuc-ext/ext-server-torm git clone https://git.faronear.org/tuc-ext/ext-user-uniapp @@ -96,7 +95,6 @@ popd mkdir tuc-log pushd tuc-log -git clone https://git.faronear.org/tuc-log/log git clone https://git.faronear.org/tuc-log/log-team-uniapp git clone https://git.faronear.org/tuc-log/log.server.mongo git clone https://git.faronear.org/tuc-log/log-server-torm diff --git a/git-clone-all.sh b/git-clone-all.sh index 878ca26..094cc0e 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -91,7 +91,6 @@ popd mkdir tuc-ext pushd tuc-ext -git clone https://git.faronear.org/tuc-ext/ext git clone https://git.faronear.org/tuc-ext/ext-blog-hexo git clone https://git.faronear.org/tuc-ext/ext-server-torm git clone https://git.faronear.org/tuc-ext/ext-user-uniapp