Преглед на файлове

[gitee to github]将.sh更新脚本的fileformat改为unix

dgflash преди 3 години
родител
ревизия
cbe9295a2f
променени са 3 файла, в които са добавени 23 реда и са изтрити 23 реда
  1. 11 11
      update-oops-plugin-excel-to-json.sh
  2. 1 1
      update-oops-plugin-framework.sh
  3. 11 11
      update-oops-plugin-hot-update.sh

+ 11 - 11
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
+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

+ 1 - 1
update-oops-plugin-framework.sh

@@ -8,4 +8,4 @@ if [ ! -d "oops-plugin-framework" ]; then
 else
     cd oops-plugin-framework
     git pull
-fi
+fi

+ 11 - 11
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
+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