mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-28 18:56:17 +08:00
将.sh更新脚本的fileformat改为unix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,4 +8,4 @@ if [ ! -d "oops-plugin-framework" ]; then
|
||||
else
|
||||
cd oops-plugin-framework
|
||||
git pull
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user