1 Star 0 Fork 18

JasonZeng/OpenCore-x79-e5-2670-rx588

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 970 Bytes
一键复制 编辑 原始数据 按行查看 历史
open-yaming 提交于 2021-07-06 23:22 . bump version:0.7.2b
#!/bin/bash
name="OpenCore-"
srcFile="EFI"
srcFile1="EFI"
srcPath="./OpenCore/V1版本U用"
srcPath1="./OpenCore/V2版本U用"
targetPath="./build"
version=0.7.2b-beta-V
date=$(date +%Y%m%d)
cpu=1-
cpu1=2-
if [ -d $srcPath/$srcFile ];then
echo "打包目录存在"
if [ -d $srcPath1/$srcFile1 ];then
echo "打包目录存在"
if [ -d $targetPath ];then
tar -zcvf $targetPath/$name$version$cpu$date.tar.gz --exclude=.DS_Store $srcPath/$srcFile
if [ -d $targetPath ];then
tar -zcvf $targetPath/$name$version$cpu1$date.tar.gz --exclude=.DS_Store $srcPath1/$srcFile1
echo "打包完成开始生成sha256sum码"
if [ -d $targetPath ];then
sha256sum $targetPath/$name$version$cpu$date.tar.gz >$targetPath/$name$version$cpu$date.tar.gz.sha256sum.txt
if [ -d $targetPath ];then
sha256sum $targetPath/$name$version$cpu1$date.tar.gz >$targetPath/$name$version$cpu1$date.tar.gz.sha256sum.txt
else
echo "打包目录不存在"
fi
else
echo "存放目录不存在"
fi
fi
fi
fi
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zenghongtu/clover-x79-e5-2670-rx588.git
[email protected]:zenghongtu/clover-x79-e5-2670-rx588.git
zenghongtu
clover-x79-e5-2670-rx588
OpenCore-x79-e5-2670-rx588
master

搜索帮助