From d75f4d9dc34525dc831203bcc17300dca5584fb7 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 14 Aug 2022 14:46:36 +0800 Subject: [PATCH] u --- git-clone-all.bat | 2 -- git-clone-all.sh | 1 - 2 files changed, 3 deletions(-) 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