mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-09-03 02:23:47 +08:00
更新自动下载脚本
This commit is contained in:
Submodule extensions/oops-plugin-framework-tools deleted from d7ee14a487
@@ -1,15 +0,0 @@
|
||||
md extensions
|
||||
cd extensions
|
||||
|
||||
IF EXIST oops-plugin-bundle (
|
||||
goto update
|
||||
) ELSE (
|
||||
goto clone
|
||||
)
|
||||
|
||||
:clone
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-bundle.git
|
||||
|
||||
:update
|
||||
cd oops-plugin-bundle
|
||||
git pull
|
||||
@@ -1,11 +0,0 @@
|
||||
if [ ! -d "extensions" ]; then
|
||||
mkdir extensions
|
||||
fi
|
||||
cd extensions
|
||||
|
||||
if [ ! -d "oops-plugin-bundle" ]; then
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-bundle.git
|
||||
else
|
||||
cd oops-plugin-bundle
|
||||
git pull
|
||||
fi
|
||||
@@ -1,15 +0,0 @@
|
||||
md extensions
|
||||
cd extensions
|
||||
|
||||
IF EXIST oops-plugin-framework-tools (
|
||||
goto update
|
||||
) ELSE (
|
||||
goto clone
|
||||
)
|
||||
|
||||
:clone
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-framework-tools.git
|
||||
|
||||
:update
|
||||
cd oops-plugin-framework-tools
|
||||
git pull
|
||||
@@ -1,11 +0,0 @@
|
||||
if [ ! -d "extensions" ]; then
|
||||
mkdir extensions
|
||||
fi
|
||||
cd extensions
|
||||
|
||||
if [ ! -d "oops-plugin-framework-tools" ]; then
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-framework-tools.git
|
||||
else
|
||||
cd oops-plugin-framework-tools
|
||||
git pull
|
||||
fi
|
||||
@@ -12,4 +12,6 @@ git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
|
||||
|
||||
:update
|
||||
cd oops-plugin-framework
|
||||
git pull
|
||||
git pull
|
||||
|
||||
npm install
|
||||
@@ -9,3 +9,5 @@ else
|
||||
cd oops-plugin-framework
|
||||
git pull
|
||||
fi
|
||||
|
||||
npm install
|
||||
Reference in New Issue
Block a user