From c9cde9ca6a99b1afce4ae7140983c2ebbb863dd8 Mon Sep 17 00:00:00 2001 From: dgflash Date: Mon, 15 Aug 2022 17:53:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86.sh=E6=9B=B4=E6=96=B0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=9A=84fileformat=E6=94=B9=E4=B8=BAunix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update-oops-plugin-excel-to-json.sh | 22 +++++++++++----------- update-oops-plugin-framework.sh | 2 +- update-oops-plugin-hot-update.sh | 22 +++++++++++----------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/update-oops-plugin-excel-to-json.sh b/update-oops-plugin-excel-to-json.sh index 20519d1..5b1cf2e 100644 --- a/update-oops-plugin-excel-to-json.sh +++ b/update-oops-plugin-excel-to-json.sh @@ -1,11 +1,11 @@ -if [ ! -d "extensions" ]; then - mkdir extensions -fi -cd extensions - -if [ ! -d "oops-plugin-excel-to-json" ]; then - git clone -b master https://gitee.com/dgflash/oops-plugin-excel-to-json.git -else - cd oops-plugin-excel-to-json - git pull -fi \ No newline at end of file +if [ ! -d "extensions" ]; then + mkdir extensions +fi +cd extensions + +if [ ! -d "oops-plugin-excel-to-json" ]; then + git clone -b master https://gitee.com/dgflash/oops-plugin-excel-to-json.git +else + cd oops-plugin-excel-to-json + git pull +fi diff --git a/update-oops-plugin-framework.sh b/update-oops-plugin-framework.sh index 33cbce7..1f6e14b 100644 --- a/update-oops-plugin-framework.sh +++ b/update-oops-plugin-framework.sh @@ -8,4 +8,4 @@ if [ ! -d "oops-plugin-framework" ]; then else cd oops-plugin-framework git pull -fi \ No newline at end of file +fi diff --git a/update-oops-plugin-hot-update.sh b/update-oops-plugin-hot-update.sh index d67bc90..6cc1db1 100644 --- a/update-oops-plugin-hot-update.sh +++ b/update-oops-plugin-hot-update.sh @@ -1,11 +1,11 @@ -if [ ! -d "extensions" ]; then - mkdir extensions -fi -cd extensions - -if [ ! -d "oops-plugin-hot-update" ]; then - git clone -b master https://gitee.com/dgflash/oops-plugin-hot-update.git -else - cd oops-plugin-hot-update - git pull -fi \ No newline at end of file +if [ ! -d "extensions" ]; then + mkdir extensions +fi +cd extensions + +if [ ! -d "oops-plugin-hot-update" ]; then + git clone -b master https://gitee.com/dgflash/oops-plugin-hot-update.git +else + cd oops-plugin-hot-update + git pull +fi