2 Star 3 Fork 3

毕升Office/api-deploy-arm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
upgrade.sh 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiedan 提交于 2020-04-17 17:52 +08:00 . init
#!/usr/bin/env bash
git pull
var=$(cat .config)
arr=()
for element in $var
do
arr[${#arr[*]}]=$element
done
echo ${arr[0]} ${arr[1]};
data=${arr[0]}
tag=${arr[1]}
export basedir=$data
export tag=$tag
bash pullImage.sh $tag
bash initTools.sh 2
#bash fontsService.sh
bash upNodes.sh
bash clearImages.sh
echo "你开始使用毕升Office即表示你同意链接 https://bishengoffice.com/apps/blog/posts/agreement.html 中的内容"
echo "在你的浏览器中打开 http://IP 即可访问毕升文档"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ibisheng/api-deploy-arm.git
git@gitee.com:ibisheng/api-deploy-arm.git
ibisheng
api-deploy-arm
api-deploy-arm
v3

搜索帮助